30 31 30 64 65 62 75 67 // 040debug
20 3D 20                // =
30 31 30 69 6E 6B 65 79 // 010inkey
20 3B                   // ;
00 00 00
/*
040debug = 010inkey; 040debug = 0x21;
040debug = 010inkey;= 0x21;

010x =+ 010y; 010x =- 010z;
010x =+ 010y;=- 010z;
010x = @1 + 010y, @1 - 010z;

int x = 1, y = 2;
char c = 4;

040x = 1; 040y = 2;
010c = 4;

4(
 3(
  2(
   010debug = \1 + \2 * \3;
  )
 )
)
//
4{
 3{
  2{
   1debug = \1 + \2 * \3;
  }
 }
}
//
	4(3(2(1debug = \1 + \2 * \3; )))
//
	K 1inkey
	D 1debug
	4(3(2(
		D = \1 + \2 * \3 * K;
	)))
*/