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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user