It's on the Esolangs wiki now! (: https://esolangs.org/wiki/Escratcholang A1 B2 C3 D4 E5 F6 G7 H8 I9 J10 K11 L12 M13 N14 O15 P16 Q17 R18 S19 T20 U21 V22 W23 X24 Y25 Z26 &27 .28 ?29 !30 ,31 /32 \33 :34 ;35 #36 [space]37 Codes: Code to say HI!: ++++++++t>+++++++++t>++++++++_t Code to say HELLO WORLD: ++++++++t>+++++t>++++++++++++t>++++++++++++t>+++++++++++++++t>+_t>+++++++++++++++_t>+++++++++++++++t>++++++++++++++++++t>++++++++++++t>++++t Code for ABC123: +t>++t>+++t>+>++>+++ The theoretical limit of single digit cells in this is (10^200000)-1, this would need 1800000 +s and 200000 >s while the upper limit is >10^61800000 due to the Limit of scratch being 10^308 but it would probably crash scratch typing the command! 368 blocks
Symbols: + Adds to the cell - Subtracts from the cell > Goes to next cell < Goes to previous cell _ Subtract current value from 38 T Print Text * Squares the current value / Adds one the first time you use it but every time you use it the increment value increments (+1, +2, +3) \ Subtraction version of / A resets / S resets \ [ Jump point ] Jump to jump point (DO NOT INBED) 0 sets current cell to 0 but adds the old value to the next cell ^ Adds the cell number to the cell value v subtracts the cell number from the cell value # Set a value (The Current cell value) to be added on to when @ is used @ add the # value to current cell R resets both / and \ & Adds the value of the two cell previous together to the current cell £ Adds Previous cell to current $ Subtracts previous cell from current . Divides what + and - do by 10 : Multiplies what + and - do by 10 ; Divides current cell by 10