source:
trunk/script/fingalo.bas
@
985
| Revision 985, 272 bytes checked in by pixeldoc2000, 2 years ago (diff) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [985] | 1 | @title Fingalo |
| 2 | ||
| [515] | 3 | set_raw 1 |
| 4 | set_raw 0 | |
| 5 | ||
| 6 | a = 1 | |
| 7 | b = 2 | |
| 8 | ||
| 9 | if 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] | 20 | endif |
| 21 | ||
| 22 | print "slut" | |
| 23 | ||
| 24 | a=76 | |
| 25 | z=45 | |
| 26 | A=55 | |
| 27 | Z=99 | |
| 28 | print a,z,A,Z | |
| 29 | ||
| 30 | end |
Note: See TracBrowser
for help on using the repository browser.