blob: dca753b08224ae7901a41de599a0dd93a5cfe491 [file] [log] [blame]
! Test 1: 1 ASSIGN Label, No GOTO statement !<<<<< 1, 1, 5, 12, pass
program one_label_no_goto
assign 100 to label
100 stop
end program