    '
    ' TESTS
    '
    ' 17:45 11 Mar 2008
    '
    '--------------'
    ' nested loops
    '--------------'

    b9 nl5
    33 d2
    (
        b8 nl10
        (
            42
            48 7f repeat
        )
        49
        7f repeat
    )
    eb gEnd ' jump over some string data
    [ this is a string ]

    .End_of_Prog

    8b c2
    c3
