Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
put convertDegrees(21.00) into tTemp
|
||||
put item 1 of tTemp into temperature["Kelvin"]
|
||||
put item 2 of tTemp into temperature["Rankine"]
|
||||
put item 3 of tTemp into temperature["Celsius"]
|
||||
put item 4 of tTemp into temperature["Fahrenheit"]
|
||||
combine temperature using comma and colon
|
||||
put temperature
|
||||
|
||||
-- Celsius:-252.15,Fahrenheit:-421.87,Kelvin:21.00,Rankine:37.8
|
||||
Loading…
Add table
Add a link
Reference in a new issue