diff options
Diffstat (limited to 'stdlibtest.rip')
-rw-r--r-- | stdlibtest.rip | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/stdlibtest.rip b/stdlibtest.rip index c0926cd..6e2a8a1 100644 --- a/stdlibtest.rip +++ b/stdlibtest.rip @@ -1,21 +1,14 @@ #<stdlib.rip> -0 0I[empty string] -'a <strpush> -'b <strpush> -' <strpush> -'4 <strpush> -'2 <strpush> -9i <strpush> +<varinit> -0 -'a <strpush> -'b <strpush> -'c <strpush> -'d <strpush> -'e <strpush> -'f <strpush> -9i <strpush> -<strcat> -<strprint> +'a 'b 'c 'd 'x 'y 'z 7 <mkstr> 9i <strpush> <strprint> -'a 'b 'c 'd 'x 'y 'z 9i 8 <mkstr> <strprint> + +'h'o'i 3<mkstr> 67m <varstore> 0I[42] +'d'o'e'i 4<mkstr> 93a9iDmm75mda <varstore> 0I[1234] + +'d'o'e'i 4<mkstr> <varget> O 9io 0I[1234] +'h'o'i 3<mkstr> <varget> O 9io 0I[42] + +'h'o'i 3<mkstr> <vardel> +'d'o'e'i 4<mkstr> <vardel> |