SHOW:
|
|
- or go back to the newest paste.
| 1 | legend kicko fc:0; | |
| 2 | expr EQU fc:5+4+3 + 2+1; | |
| 3 | expr2 EQU fc:expr + expr; | |
| 4 | expr3 EQU fc:expr2 + expr2; | |
| 5 | expr4 EQU fc:expr3 + expr3; | |
| 6 | neg5 equ fc:-5; | |
| 7 | fff newlc fc:expr4+neg5; | |
| 8 | - | say'lo cwsr fm: h'lo, |
| 8 | + | say'lo cwsr fm: h'lo!, |
| 9 | - | nw: 6; |
| 9 | + | nw: 9; Oooh, forward referencing |
| 10 | - | h'lo char st:'Hello, world! It\'s a great day! \\/\\'; Comment |
| 10 | + | h'lo! char st:'Hello, world! It\'s a great day! \\/\\'; Comment |
| 11 | ender idiv dr:0, fm: h'lo!; Divide by a string. Neat. | |
| 12 | end LR: | |
| 13 | - | legend |
| 13 | + | |
| 14 | legend; |