standardized the system of stack effect comments and updated/corrected the existing comments in stdlib and added some that were lacking

This commit is contained in:
IgorCielniak
2026-02-05 21:36:03 +01:00
parent 2d06358e24
commit 5fb36ac9bc
11 changed files with 128 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
import stdlib.sl
import io.sl
# : dump ( n -- )
#dump [* | n] -> [*]
# dump takes the firts element from the stack
# and prints that much consequent elements
@@ -28,7 +28,7 @@ word rdump
drop
end
# : int3 ( -- )
#int3 [*] -> [*]
:asm int3 {
int3
}