Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/String-length/XTalk/string-length-1.xtalk
Normal file
1
Task/String-length/XTalk/string-length-1.xtalk
Normal file
|
|
@ -0,0 +1 @@
|
|||
put the length of "Hello World"
|
||||
1
Task/String-length/XTalk/string-length-2.xtalk
Normal file
1
Task/String-length/XTalk/string-length-2.xtalk
Normal file
|
|
@ -0,0 +1 @@
|
|||
put the number of characters in "Hello World" -- 'chars' short for characters is also valid
|
||||
1
Task/String-length/XTalk/string-length-3.xtalk
Normal file
1
Task/String-length/XTalk/string-length-3.xtalk
Normal file
|
|
@ -0,0 +1 @@
|
|||
put the number of bytes in "Hello World" -- use byte keyword in LiveCode for multi-byte Unicode
|
||||
Loading…
Add table
Add a link
Reference in a new issue