diff options
Diffstat (limited to 'example.tsl')
-rwxr-xr-x | example.tsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example.tsl b/example.tsl index 092e7e5..076ee30 100755 --- a/example.tsl +++ b/example.tsl @@ -24,7 +24,7 @@ value4 = "hello world" # loadn 0.000000 # mindex # setv "c" -c = value4[0] +#c = value4[0] # loads "hello" # loads "world" |