RetroBASIC ReadOnly Archive
resultat = string.char (68,97,115,32,105,115,116,32,100,97,115,32,72,97,117,115,32,118,111,109,32,78,105,107,111,108,97,117,115,46 )print ( resultat ) --> Das ist das Haus vom Nikolaus.
for i = 33, 126 do resultat = string.char (i) print ( i, resultat )end
33 !34 "35 #36 $37 %38 &39 '40 (41 )42 *43 +44 ,45 -46 .47 /48 049 150 251 352 453 554 655 756 857 958 :59 ;60 <61 =62 >63 ?64 @65 A66 B67 C68 D69 E70 F71 G72 H73 I74 J75 K76 L77 M78 N79 O80 P81 Q82 R83 S84 T85 U86 V87 W88 X89 Y90 Z91 [92 \93 ]94 ^95 _96 `97 a98 b99 c100 d101 e102 f103 g104 h105 i106 j107 k108 l109 m110 n111 o112 p113 q114 r115 s116 t117 u118 v119 w120 x121 y122 z123 {124 |125 }126 ~