integer Example

10    INTEGER A,B
20    A=10
30    B=5
40    PRINT "A = ";A
50    PRINT "B = ";B
60    END