Fix STRUPR and STRLWR after 5aabb915ec

Fixes #647
This commit is contained in:
Rangi
2020-12-15 13:07:04 -05:00
committed by Eldred Habert
parent 0956d300c4
commit f31deb5010
6 changed files with 21 additions and 21 deletions

View File

@@ -0,0 +1,4 @@
foo equs strupr("xii")
bar equs strlwr("LOL")
printt "foo={foo} bar={bar}\n"

View File

View File

@@ -0,0 +1 @@
foo=XII bar=lol