removed CObjStream

This commit is contained in:
2023-02-09 12:42:09 -06:00
parent 7279623e24
commit 8df4cc65e3
4 changed files with 1 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ print("starting Testsuite...")
// tests the string.* library
assert("Hello world!":sub(6) == "world!", "string.sub() failed!")
assert("A":rep(6) == "AAAAAA", "string.red() failed!")
assert("A":rep(6) == "AAAAAA", "string.rep() failed!")
// tests some basic PEMDAS arithmetic