Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
11
Task/Unicode-strings/Ring/unicode-strings.ring
Normal file
11
Task/Unicode-strings/Ring/unicode-strings.ring
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
see "Hello, World!"
|
||||
|
||||
func ringvm_see cText
|
||||
ring_see("I can play with the string before displaying it" + nl)
|
||||
ring_see("I can convert it :D" + nl)
|
||||
ring_see("Original Text: " + cText + nl)
|
||||
if cText = "Hello, World!"
|
||||
# Convert it from English to Hindi
|
||||
cText = "नमस्ते दुनिया!"
|
||||
ok
|
||||
ring_see("Converted To (Hindi): " + cText + nl)
|
||||
Loading…
Add table
Add a link
Reference in a new issue