strcmp example

This commit is contained in:
IgorCielniak
2025-12-23 23:38:22 +01:00
parent 8419f36283
commit 770d795872

7
strcmp.sl Normal file
View File

@@ -0,0 +1,7 @@
import stdlib/stdlib.sl
import stdlib/io.sl
: main
"gffl" drop @ "gffl" drop @ ==
puti cr
;