Inverted syntax: Difference between revisions

No edit summary
Line 469:
\\ pushing before calling in reverse order
Push 3, 10 : Subtract : PrintTop
\\ Before call PrintTop any paremeter send to stack
\\ So this works ok
PrintTop 1000
\\ on assigment
Dim A(5)=1
Line 487 ⟶ 490:
Push 2, 1 : Read X, Y
</lang>
 
 
=={{header|m4}}==
Anonymous user