source: trunk/script/fingalo.bas @ 985

Revision 985, 272 bytes checked in by pixeldoc2000, 2 years ago (diff)

script/*.bas cleanup

  • Property svn:eol-style set to LF
RevLine 
[985]1@title Fingalo
2
[515]3set_raw 1
4set_raw 0
5
6a = 1
7b = 2
8
9if a=1 then
[985]10    print "2"
11    print "2"
[515]12
[985]13    if b=0 then
14        print "3"
15        if b=2 then
16            print "hhh"
17        endif
18        print "6"
19    endif
[515]20endif
21
22print "slut"
23
24a=76
25z=45
26A=55
27Z=99
28print a,z,A,Z
29
30end
Note: See TracBrowser for help on using the repository browser.