Data update
This commit is contained in:
parent
0df55f9f24
commit
aec8ed51b6
1045 changed files with 18889 additions and 2777 deletions
2
Task/Character-codes/Fennel/character-codes.fennel
Normal file
2
Task/Character-codes/Fennel/character-codes.fennel
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
(string.byte :A) ; 65
|
||||
(string.char 65) ; "A"
|
||||
4
Task/Character-codes/Plain-English/character-codes.plain
Normal file
4
Task/Character-codes/Plain-English/character-codes.plain
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
\ Obs: The little-a byte is a byte equal to 97.
|
||||
Write the little-a byte's whereabouts on the console.
|
||||
Put 97 into a number.
|
||||
Write the number's target on the console.
|
||||
Loading…
Add table
Add a link
Reference in a new issue