zettacode 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (776) hide show
  1. checksums.yaml +7 -0
  2. data/.ruby-version +1 -0
  3. data/.standard.yml +4 -0
  4. data/CHANGELOG.md +5 -0
  5. data/Gemfile +10 -0
  6. data/LICENSE +674 -0
  7. data/README.md +47 -0
  8. data/Rakefile +21 -0
  9. data/bin/zcode +3 -0
  10. data/bin/zettacode +28 -0
  11. data/config/analize.yaml +11 -0
  12. data/config/scrap.yaml +2 -0
  13. data/docs/parse.md +9 -0
  14. data/docs/scrap.md +15 -0
  15. data/lib/zettacode/parse/parse.rb +113 -0
  16. data/lib/zettacode/scrap/scrap.rb +57 -0
  17. data/lib/zettacode/version.rb +5 -0
  18. data/lib/zettacode.rb +10 -0
  19. data/sig/zettacode.rbs +4 -0
  20. data/tasks/devel.rb +8 -0
  21. data/zcode-scrap +7 -0
  22. data/zettacode.files/arithmetic.integer/0815}.txt +14 -0
  23. data/zettacode.files/arithmetic.integer/11l}.txt +9 -0
  24. data/zettacode.files/arithmetic.integer/360_assembly.txt +55 -0
  25. data/zettacode.files/arithmetic.integer/6502_assembly}.txt +50 -0
  26. data/zettacode.files/arithmetic.integer/68000_assembly.txt +24 -0
  27. data/zettacode.files/arithmetic.integer/aarch64_assembly.txt +137 -0
  28. data/zettacode.files/arithmetic.integer/abap.txt +25 -0
  29. data/zettacode.files/arithmetic.integer/acl2.txt +21 -0
  30. data/zettacode.files/arithmetic.integer/action!.txt +36 -0
  31. data/zettacode.files/arithmetic.integer/ada.txt +20 -0
  32. data/zettacode.files/arithmetic.integer/aikido.txt +10 -0
  33. data/zettacode.files/arithmetic.integer/algol_68.txt +14 -0
  34. data/zettacode.files/arithmetic.integer/algol_w.txt +16 -0
  35. data/zettacode.files/arithmetic.integer/amigae.txt +14 -0
  36. data/zettacode.files/arithmetic.integer/apl.txt +7 -0
  37. data/zettacode.files/arithmetic.integer/applescript.txt +16 -0
  38. data/zettacode.files/arithmetic.integer/arm_assembly.txt +293 -0
  39. data/zettacode.files/arithmetic.integer/arturo.txt +10 -0
  40. data/zettacode.files/arithmetic.integer/asymptote.txt +17 -0
  41. data/zettacode.files/arithmetic.integer/autohotkey.txt +20 -0
  42. data/zettacode.files/arithmetic.integer/avail.txt +13 -0
  43. data/zettacode.files/arithmetic.integer/awk.txt +12 -0
  44. data/zettacode.files/arithmetic.integer/basic.txt +56 -0
  45. data/zettacode.files/arithmetic.integer/basic256.txt +11 -0
  46. data/zettacode.files/arithmetic.integer/batch_file.txt +7 -0
  47. data/zettacode.files/arithmetic.integer/bbc_basic.txt +9 -0
  48. data/zettacode.files/arithmetic.integer/bc.txt +8 -0
  49. data/zettacode.files/arithmetic.integer/befunge.txt +6 -0
  50. data/zettacode.files/arithmetic.integer/bqn.txt +22 -0
  51. data/zettacode.files/arithmetic.integer/bracmat.txt +19 -0
  52. data/zettacode.files/arithmetic.integer/brat.txt +8 -0
  53. data/zettacode.files/arithmetic.integer/c++.txt +12 -0
  54. data/zettacode.files/arithmetic.integer/c.txt +17 -0
  55. data/zettacode.files/arithmetic.integer/c_sharp|c#.txt +17 -0
  56. data/zettacode.files/arithmetic.integer/chef.txt +37 -0
  57. data/zettacode.files/arithmetic.integer/clipper.txt +11 -0
  58. data/zettacode.files/arithmetic.integer/clojure.txt +18 -0
  59. data/zettacode.files/arithmetic.integer/cobol.txt +44 -0
  60. data/zettacode.files/arithmetic.integer/common_lisp.txt +29 -0
  61. data/zettacode.files/arithmetic.integer/component_pascal.txt +32 -0
  62. data/zettacode.files/arithmetic.integer/crystal.txt +11 -0
  63. data/zettacode.files/arithmetic.integer/d.txt +17 -0
  64. data/zettacode.files/arithmetic.integer/dc.txt +10 -0
  65. data/zettacode.files/arithmetic.integer/dcl.txt +8 -0
  66. data/zettacode.files/arithmetic.integer/delphi.txt +19 -0
  67. data/zettacode.files/arithmetic.integer/dwscript.txt +9 -0
  68. data/zettacode.files/arithmetic.integer/dyalect.txt +13 -0
  69. data/zettacode.files/arithmetic.integer/e.txt +9 -0
  70. data/zettacode.files/arithmetic.integer/easylang.txt +9 -0
  71. data/zettacode.files/arithmetic.integer/ecl.txt +33 -0
  72. data/zettacode.files/arithmetic.integer/efene.txt +16 -0
  73. data/zettacode.files/arithmetic.integer/eiffel.txt +32 -0
  74. data/zettacode.files/arithmetic.integer/elena.txt +16 -0
  75. data/zettacode.files/arithmetic.integer/elixir.txt +26 -0
  76. data/zettacode.files/arithmetic.integer/emojicode.txt +9 -0
  77. data/zettacode.files/arithmetic.integer/erlang.txt +15 -0
  78. data/zettacode.files/arithmetic.integer/erre.txt +20 -0
  79. data/zettacode.files/arithmetic.integer/euphoria.txt +13 -0
  80. data/zettacode.files/arithmetic.integer/excel.txt +32 -0
  81. data/zettacode.files/arithmetic.integer/f_sharp|f#.txt +15 -0
  82. data/zettacode.files/arithmetic.integer/factor.txt +17 -0
  83. data/zettacode.files/arithmetic.integer/false.txt +8 -0
  84. data/zettacode.files/arithmetic.integer/fermat.txt +10 -0
  85. data/zettacode.files/arithmetic.integer/forth.txt +19 -0
  86. data/zettacode.files/arithmetic.integer/fortran.txt +15 -0
  87. data/zettacode.files/arithmetic.integer/freebasic.txt +18 -0
  88. data/zettacode.files/arithmetic.integer/friendly_interactive_shell.txt +10 -0
  89. data/zettacode.files/arithmetic.integer/frink.txt +10 -0
  90. data/zettacode.files/arithmetic.integer/futurebasic.txt +158 -0
  91. data/zettacode.files/arithmetic.integer/gambas.txt +30 -0
  92. data/zettacode.files/arithmetic.integer/gap.txt +15 -0
  93. data/zettacode.files/arithmetic.integer/genie.txt +23 -0
  94. data/zettacode.files/arithmetic.integer/george.txt +7 -0
  95. data/zettacode.files/arithmetic.integer/go.txt +66 -0
  96. data/zettacode.files/arithmetic.integer/groovy.txt +18 -0
  97. data/zettacode.files/arithmetic.integer/harbour.txt +11 -0
  98. data/zettacode.files/arithmetic.integer/haskell.txt +16 -0
  99. data/zettacode.files/arithmetic.integer/haxe.txt +13 -0
  100. data/zettacode.files/arithmetic.integer/hicest.txt +26 -0
  101. data/zettacode.files/arithmetic.integer/holyc.txt +14 -0
  102. data/zettacode.files/arithmetic.integer/i.txt +11 -0
  103. data/zettacode.files/arithmetic.integer/icon}}_and_{{header|unicon.txt +13 -0
  104. data/zettacode.files/arithmetic.integer/inform_7.txt +27 -0
  105. data/zettacode.files/arithmetic.integer/j.txt +18 -0
  106. data/zettacode.files/arithmetic.integer/java.txt +22 -0
  107. data/zettacode.files/arithmetic.integer/javascript.txt +30 -0
  108. data/zettacode.files/arithmetic.integer/jq.txt +17 -0
  109. data/zettacode.files/arithmetic.integer/jsish.txt +33 -0
  110. data/zettacode.files/arithmetic.integer/julia.txt +4 -0
  111. data/zettacode.files/arithmetic.integer/kotlin.txt +41 -0
  112. data/zettacode.files/arithmetic.integer/labview.txt +2 -0
  113. data/zettacode.files/arithmetic.integer/lambdatalk.txt +23 -0
  114. data/zettacode.files/arithmetic.integer/lasso.txt +8 -0
  115. data/zettacode.files/arithmetic.integer/lfe.txt +32 -0
  116. data/zettacode.files/arithmetic.integer/liberty_basic.txt +12 -0
  117. data/zettacode.files/arithmetic.integer/lil.txt +14 -0
  118. data/zettacode.files/arithmetic.integer/lingo.txt +10 -0
  119. data/zettacode.files/arithmetic.integer/little.txt +15 -0
  120. data/zettacode.files/arithmetic.integer/livecode.txt +17 -0
  121. data/zettacode.files/arithmetic.integer/logo.txt +11 -0
  122. data/zettacode.files/arithmetic.integer/lse64.txt +10 -0
  123. data/zettacode.files/arithmetic.integer/lua.txt +9 -0
  124. data/zettacode.files/arithmetic.integer/m2000_interpreter.txt +54 -0
  125. data/zettacode.files/arithmetic.integer/m4.txt +17 -0
  126. data/zettacode.files/arithmetic.integer/maple.txt +25 -0
  127. data/zettacode.files/arithmetic.integer/mathcad.txt +51 -0
  128. data/zettacode.files/arithmetic.integer/mathematica}}-{{header|wolfram_language.txt +18 -0
  129. data/zettacode.files/arithmetic.integer/matlab}}_-_{{header|octave.txt +8 -0
  130. data/zettacode.files/arithmetic.integer/maxima.txt +10 -0
  131. data/zettacode.files/arithmetic.integer/maxscript.txt +8 -0
  132. data/zettacode.files/arithmetic.integer/mercury.txt +44 -0
  133. data/zettacode.files/arithmetic.integer/metafont.txt +19 -0
  134. data/zettacode.files/arithmetic.integer/min.txt +5 -0
  135. data/zettacode.files/arithmetic.integer/ml-i.txt +18 -0
  136. data/zettacode.files/arithmetic.integer/modula-2.txt +31 -0
  137. data/zettacode.files/arithmetic.integer/modula-3.txt +15 -0
  138. data/zettacode.files/arithmetic.integer/mumps.txt +52 -0
  139. data/zettacode.files/arithmetic.integer/nanoquery.txt +13 -0
  140. data/zettacode.files/arithmetic.integer/nemerle.txt +18 -0
  141. data/zettacode.files/arithmetic.integer/netrexx.txt +14 -0
  142. data/zettacode.files/arithmetic.integer/newlisp.txt +26 -0
  143. data/zettacode.files/arithmetic.integer/nial.txt +23 -0
  144. data/zettacode.files/arithmetic.integer/nim.txt +25 -0
  145. data/zettacode.files/arithmetic.integer/nsis.txt +25 -0
  146. data/zettacode.files/arithmetic.integer/oberon-2.txt +14 -0
  147. data/zettacode.files/arithmetic.integer/objeck.txt +17 -0
  148. data/zettacode.files/arithmetic.integer/ocaml.txt +9 -0
  149. data/zettacode.files/arithmetic.integer/oforth.txt +9 -0
  150. data/zettacode.files/arithmetic.integer/ol.txt +23 -0
  151. data/zettacode.files/arithmetic.integer/onyx.txt +44 -0
  152. data/zettacode.files/arithmetic.integer/openscad.txt +6 -0
  153. data/zettacode.files/arithmetic.integer/oz.txt +19 -0
  154. data/zettacode.files/arithmetic.integer/panda.txt +2 -0
  155. data/zettacode.files/arithmetic.integer/pari-gp.txt +9 -0
  156. data/zettacode.files/arithmetic.integer/pascal.txt +14 -0
  157. data/zettacode.files/arithmetic.integer/perl.txt +12 -0
  158. data/zettacode.files/arithmetic.integer/phix.txt +49 -0
  159. data/zettacode.files/arithmetic.integer/phixmonti.txt +14 -0
  160. data/zettacode.files/arithmetic.integer/phl.txt +20 -0
  161. data/zettacode.files/arithmetic.integer/php.txt +13 -0
  162. data/zettacode.files/arithmetic.integer/picat.txt +8 -0
  163. data/zettacode.files/arithmetic.integer/picolisp.txt +8 -0
  164. data/zettacode.files/arithmetic.integer/piet.txt +38 -0
  165. data/zettacode.files/arithmetic.integer/pl-i.txt +8 -0
  166. data/zettacode.files/arithmetic.integer/plain_english.txt +26 -0
  167. data/zettacode.files/arithmetic.integer/pop11.txt +12 -0
  168. data/zettacode.files/arithmetic.integer/postscript.txt +10 -0
  169. data/zettacode.files/arithmetic.integer/powershell.txt +15 -0
  170. data/zettacode.files/arithmetic.integer/processing.txt +7 -0
  171. data/zettacode.files/arithmetic.integer/prodos.txt +35 -0
  172. data/zettacode.files/arithmetic.integer/prolog.txt +33 -0
  173. data/zettacode.files/arithmetic.integer/purebasic.txt +17 -0
  174. data/zettacode.files/arithmetic.integer/python.txt +47 -0
  175. data/zettacode.files/arithmetic.integer/qb64.txt +21 -0
  176. data/zettacode.files/arithmetic.integer/quackery.txt +12 -0
  177. data/zettacode.files/arithmetic.integer/r.txt +11 -0
  178. data/zettacode.files/arithmetic.integer/racket.txt +8 -0
  179. data/zettacode.files/arithmetic.integer/raku.txt +12 -0
  180. data/zettacode.files/arithmetic.integer/raven.txt +9 -0
  181. data/zettacode.files/arithmetic.integer/rebol.txt +51 -0
  182. data/zettacode.files/arithmetic.integer/relation.txt +11 -0
  183. data/zettacode.files/arithmetic.integer/rescript.txt +15 -0
  184. data/zettacode.files/arithmetic.integer/retro.txt +10 -0
  185. data/zettacode.files/arithmetic.integer/rexx.txt +47 -0
  186. data/zettacode.files/arithmetic.integer/ring.txt +11 -0
  187. data/zettacode.files/arithmetic.integer/robotic.txt +13 -0
  188. data/zettacode.files/arithmetic.integer/ruby.txt +12 -0
  189. data/zettacode.files/arithmetic.integer/run_basic.txt +9 -0
  190. data/zettacode.files/arithmetic.integer/rust.txt +15 -0
  191. data/zettacode.files/arithmetic.integer/sass-scss.txt +36 -0
  192. data/zettacode.files/arithmetic.integer/scala.txt +9 -0
  193. data/zettacode.files/arithmetic.integer/scheme.txt +27 -0
  194. data/zettacode.files/arithmetic.integer/seed7.txt +20 -0
  195. data/zettacode.files/arithmetic.integer/sensetalk.txt +12 -0
  196. data/zettacode.files/arithmetic.integer/sidef.txt +6 -0
  197. data/zettacode.files/arithmetic.integer/slate.txt +9 -0
  198. data/zettacode.files/arithmetic.integer/smalltalk.txt +28 -0
  199. data/zettacode.files/arithmetic.integer/smart_basic.txt +18 -0
  200. data/zettacode.files/arithmetic.integer/snobol4.txt +12 -0
  201. data/zettacode.files/arithmetic.integer/snusp.txt +61 -0
  202. data/zettacode.files/arithmetic.integer/sql.txt +68 -0
  203. data/zettacode.files/arithmetic.integer/ssem.txt +15 -0
  204. data/zettacode.files/arithmetic.integer/standard_ml.txt +13 -0
  205. data/zettacode.files/arithmetic.integer/swift.txt +11 -0
  206. data/zettacode.files/arithmetic.integer/tcl.txt +19 -0
  207. data/zettacode.files/arithmetic.integer/terraform.txt +33 -0
  208. data/zettacode.files/arithmetic.integer/ti-83_basic.txt +14 -0
  209. data/zettacode.files/arithmetic.integer/ti-89_basic.txt +8 -0
  210. data/zettacode.files/arithmetic.integer/toka.txt +7 -0
  211. data/zettacode.files/arithmetic.integer/tuscript.txt +9 -0
  212. data/zettacode.files/arithmetic.integer/unix_shell.txt +29 -0
  213. data/zettacode.files/arithmetic.integer/ursa.txt +27 -0
  214. data/zettacode.files/arithmetic.integer/v_(vlang).txt +29 -0
  215. data/zettacode.files/arithmetic.integer/vba.txt +19 -0
  216. data/zettacode.files/arithmetic.integer/vbscript.txt +51 -0
  217. data/zettacode.files/arithmetic.integer/vedit_macro_language.txt +8 -0
  218. data/zettacode.files/arithmetic.integer/verilog.txt +26 -0
  219. data/zettacode.files/arithmetic.integer/vim_script.txt +10 -0
  220. data/zettacode.files/arithmetic.integer/visual_basic_.net.txt +14 -0
  221. data/zettacode.files/arithmetic.integer/wart.txt +9 -0
  222. data/zettacode.files/arithmetic.integer/wren.txt +16 -0
  223. data/zettacode.files/arithmetic.integer/x86_assembly.txt +23 -0
  224. data/zettacode.files/arithmetic.integer/xlisp.txt +17 -0
  225. data/zettacode.files/arithmetic.integer/xpl0.txt +10 -0
  226. data/zettacode.files/arithmetic.integer/xslt.txt +10 -0
  227. data/zettacode.files/arithmetic.integer/yabasic.txt +11 -0
  228. data/zettacode.files/arithmetic.integer/yorick.txt +8 -0
  229. data/zettacode.files/arithmetic.integer/zkl.txt +7 -0
  230. data/zettacode.files/arithmetic.integer/zonnon.txt +13 -0
  231. data/zettacode.files/arithmetic.integer/zx_spectrum_basic.txt +11 -0
  232. data/zettacode.files/arithmetic.integer//320/274/320/272-61-52.txt +7 -0
  233. data/zettacode.files/hello_world.text/0815.txt +7 -0
  234. data/zettacode.files/hello_world.text/11l.txt +1 -0
  235. data/zettacode.files/hello_world.text/360_assembly.txt +17 -0
  236. data/zettacode.files/hello_world.text/4dos_batch.txt +1 -0
  237. data/zettacode.files/hello_world.text/6502_assembly.txt +22 -0
  238. data/zettacode.files/hello_world.text/6800_assembly.txt +31 -0
  239. data/zettacode.files/hello_world.text/8080_assembly.txt +12 -0
  240. data/zettacode.files/hello_world.text/8086_assembly.txt +30 -0
  241. data/zettacode.files/hello_world.text/8th.txt +1 -0
  242. data/zettacode.files/hello_world.text/aarch64_assembly.txt +22 -0
  243. data/zettacode.files/hello_world.text/abap.txt +2 -0
  244. data/zettacode.files/hello_world.text/acl2.txt +2 -0
  245. data/zettacode.files/hello_world.text/action!.txt +3 -0
  246. data/zettacode.files/hello_world.text/actionscript.txt +1 -0
  247. data/zettacode.files/hello_world.text/ada.txt +6 -0
  248. data/zettacode.files/hello_world.text/agda.txt +14 -0
  249. data/zettacode.files/hello_world.text/agena.txt +1 -0
  250. data/zettacode.files/hello_world.text/aime.txt +11 -0
  251. data/zettacode.files/hello_world.text/algae.txt +1 -0
  252. data/zettacode.files/hello_world.text/algol-m.txt +3 -0
  253. data/zettacode.files/hello_world.text/algol_60.txt +4 -0
  254. data/zettacode.files/hello_world.text/algol_68.txt +3 -0
  255. data/zettacode.files/hello_world.text/algol_w.txt +3 -0
  256. data/zettacode.files/hello_world.text/alore.txt +1 -0
  257. data/zettacode.files/hello_world.text/amazing_hopper.txt +21 -0
  258. data/zettacode.files/hello_world.text/ambienttalk.txt +1 -0
  259. data/zettacode.files/hello_world.text/amigae.txt +3 -0
  260. data/zettacode.files/hello_world.text/angelscript.txt +1 -0
  261. data/zettacode.files/hello_world.text/antlang.txt +3 -0
  262. data/zettacode.files/hello_world.text/anyways.txt +4 -0
  263. data/zettacode.files/hello_world.text/apl.txt +1 -0
  264. data/zettacode.files/hello_world.text/applescript.txt +5 -0
  265. data/zettacode.files/hello_world.text/applesoft_basic.txt +5 -0
  266. data/zettacode.files/hello_world.text/apricot.txt +1 -0
  267. data/zettacode.files/hello_world.text/arc.txt +1 -0
  268. data/zettacode.files/hello_world.text/arendelle.txt +1 -0
  269. data/zettacode.files/hello_world.text/argile.txt +3 -0
  270. data/zettacode.files/hello_world.text/arm_assembly.txt +13 -0
  271. data/zettacode.files/hello_world.text/arnoldc.txt +3 -0
  272. data/zettacode.files/hello_world.text/arturo.txt +1 -0
  273. data/zettacode.files/hello_world.text/asciidots.txt +4 -0
  274. data/zettacode.files/hello_world.text/astro.txt +1 -0
  275. data/zettacode.files/hello_world.text/asymptote.txt +2 -0
  276. data/zettacode.files/hello_world.text/ats.txt +1 -0
  277. data/zettacode.files/hello_world.text/autohotkey.txt +9 -0
  278. data/zettacode.files/hello_world.text/autoit.txt +1 -0
  279. data/zettacode.files/hello_world.text/autolisp.txt +1 -0
  280. data/zettacode.files/hello_world.text/avail.txt +1 -0
  281. data/zettacode.files/hello_world.text/awk.txt +30 -0
  282. data/zettacode.files/hello_world.text/axe.txt +2 -0
  283. data/zettacode.files/hello_world.text/b.txt +6 -0
  284. data/zettacode.files/hello_world.text/b4x.txt +1 -0
  285. data/zettacode.files/hello_world.text/babel.txt +2 -0
  286. data/zettacode.files/hello_world.text/bash.txt +1 -0
  287. data/zettacode.files/hello_world.text/basic.txt +14 -0
  288. data/zettacode.files/hello_world.text/basic256.txt +1 -0
  289. data/zettacode.files/hello_world.text/batch_file.txt +6 -0
  290. data/zettacode.files/hello_world.text/battlestar.txt +4 -0
  291. data/zettacode.files/hello_world.text/bbc_basic.txt +1 -0
  292. data/zettacode.files/hello_world.text/bc.txt +2 -0
  293. data/zettacode.files/hello_world.text/bcpl.txt +6 -0
  294. data/zettacode.files/hello_world.text/beef.txt +11 -0
  295. data/zettacode.files/hello_world.text/beeswax.txt +23 -0
  296. data/zettacode.files/hello_world.text/befunge.txt +1 -0
  297. data/zettacode.files/hello_world.text/binary_lambda_calculus.txt +2 -0
  298. data/zettacode.files/hello_world.text/bird.txt +6 -0
  299. data/zettacode.files/hello_world.text/blade.txt +6 -0
  300. data/zettacode.files/hello_world.text/blast.txt +10 -0
  301. data/zettacode.files/hello_world.text/blue.txt +18 -0
  302. data/zettacode.files/hello_world.text/blz.txt +1 -0
  303. data/zettacode.files/hello_world.text/bml.txt +1 -0
  304. data/zettacode.files/hello_world.text/boo.txt +1 -0
  305. data/zettacode.files/hello_world.text/bootbasic.txt +1 -0
  306. data/zettacode.files/hello_world.text/bqn.txt +4 -0
  307. data/zettacode.files/hello_world.text/brace.txt +4 -0
  308. data/zettacode.files/hello_world.text/bracmat.txt +1 -0
  309. data/zettacode.files/hello_world.text/brainf***.txt +83 -0
  310. data/zettacode.files/hello_world.text/brat.txt +1 -0
  311. data/zettacode.files/hello_world.text/brlcad.txt +6 -0
  312. data/zettacode.files/hello_world.text/burlesque.txt +6 -0
  313. data/zettacode.files/hello_world.text/c++-cli.txt +5 -0
  314. data/zettacode.files/hello_world.text/c++.txt +5 -0
  315. data/zettacode.files/hello_world.text/c.txt +37 -0
  316. data/zettacode.files/hello_world.text/c1r.txt +1 -0
  317. data/zettacode.files/hello_world.text/c2.txt +7 -0
  318. data/zettacode.files/hello_world.text/c3.txt +7 -0
  319. data/zettacode.files/hello_world.text/c_sharp|c#.txt +19 -0
  320. data/zettacode.files/hello_world.text/casio_basic.txt +3 -0
  321. data/zettacode.files/hello_world.text/cat.txt +1 -0
  322. data/zettacode.files/hello_world.text/cduce.txt +1 -0
  323. data/zettacode.files/hello_world.text/cfengine.txt +11 -0
  324. data/zettacode.files/hello_world.text/chapel.txt +1 -0
  325. data/zettacode.files/hello_world.text/chef.txt +36 -0
  326. data/zettacode.files/hello_world.text/chuck.txt +1 -0
  327. data/zettacode.files/hello_world.text/cind.txt +6 -0
  328. data/zettacode.files/hello_world.text/clay.txt +3 -0
  329. data/zettacode.files/hello_world.text/clean.txt +1 -0
  330. data/zettacode.files/hello_world.text/clio.txt +1 -0
  331. data/zettacode.files/hello_world.text/clipper.txt +1 -0
  332. data/zettacode.files/hello_world.text/clips.txt +1 -0
  333. data/zettacode.files/hello_world.text/clojure.txt +1 -0
  334. data/zettacode.files/hello_world.text/clu.txt +4 -0
  335. data/zettacode.files/hello_world.text/cmake.txt +5 -0
  336. data/zettacode.files/hello_world.text/cobol.txt +22 -0
  337. data/zettacode.files/hello_world.text/cobra.txt +3 -0
  338. data/zettacode.files/hello_world.text/coffeescript.txt +4 -0
  339. data/zettacode.files/hello_world.text/coldfusion.txt +1 -0
  340. data/zettacode.files/hello_world.text/comal.txt +1 -0
  341. data/zettacode.files/hello_world.text/comefrom0x10.txt +3 -0
  342. data/zettacode.files/hello_world.text/commodore_basic.txt +5 -0
  343. data/zettacode.files/hello_world.text/common_lisp.txt +18 -0
  344. data/zettacode.files/hello_world.text/component_pascal.txt +10 -0
  345. data/zettacode.files/hello_world.text/coq.txt +5 -0
  346. data/zettacode.files/hello_world.text/corescript.txt +1 -0
  347. data/zettacode.files/hello_world.text/cowgol.txt +4 -0
  348. data/zettacode.files/hello_world.text/crack.txt +4 -0
  349. data/zettacode.files/hello_world.text/creative_basic.txt +15 -0
  350. data/zettacode.files/hello_world.text/crystal.txt +1 -0
  351. data/zettacode.files/hello_world.text/d.txt +6 -0
  352. data/zettacode.files/hello_world.text/dafny.txt +6 -0
  353. data/zettacode.files/hello_world.text/dao.txt +1 -0
  354. data/zettacode.files/hello_world.text/dart.txt +4 -0
  355. data/zettacode.files/hello_world.text/dataweave.txt +1 -0
  356. data/zettacode.files/hello_world.text/dbl.txt +15 -0
  357. data/zettacode.files/hello_world.text/dc.txt +3 -0
  358. data/zettacode.files/hello_world.text/dcl.txt +1 -0
  359. data/zettacode.files/hello_world.text/ddnc.txt +40 -0
  360. data/zettacode.files/hello_world.text/delphi.txt +7 -0
  361. data/zettacode.files/hello_world.text/deviousyarn.txt +1 -0
  362. data/zettacode.files/hello_world.text/dibol-11.txt +14 -0
  363. data/zettacode.files/hello_world.text/diego.txt +12 -0
  364. data/zettacode.files/hello_world.text/div_games_studio.txt +12 -0
  365. data/zettacode.files/hello_world.text/dm.txt +5 -0
  366. data/zettacode.files/hello_world.text/draco.txt +3 -0
  367. data/zettacode.files/hello_world.text/dragon.txt +3 -0
  368. data/zettacode.files/hello_world.text/dwscript.txt +3 -0
  369. data/zettacode.files/hello_world.text/dyalect.txt +1 -0
  370. data/zettacode.files/hello_world.text/dylan.net.txt +28 -0
  371. data/zettacode.files/hello_world.text/dylan.txt +5 -0
  372. data/zettacode.files/hello_world.text/d/303/251j/303/240_vu.txt +1 -0
  373. data/zettacode.files/hello_world.text/e.txt +3 -0
  374. data/zettacode.files/hello_world.text/easylang.txt +2 -0
  375. data/zettacode.files/hello_world.text/ec.txt +7 -0
  376. data/zettacode.files/hello_world.text/echolisp.txt +3 -0
  377. data/zettacode.files/hello_world.text/ecl.txt +3 -0
  378. data/zettacode.files/hello_world.text/ecstasy.txt +8 -0
  379. data/zettacode.files/hello_world.text/edsac_order_code.txt +34 -0
  380. data/zettacode.files/hello_world.text/efene.txt +10 -0
  381. data/zettacode.files/hello_world.text/egel.txt +3 -0
  382. data/zettacode.files/hello_world.text/egison.txt +6 -0
  383. data/zettacode.files/hello_world.text/egl.txt +9 -0
  384. data/zettacode.files/hello_world.text/eiffel.txt +11 -0
  385. data/zettacode.files/hello_world.text/ela.txt +2 -0
  386. data/zettacode.files/hello_world.text/elan.txt +1 -0
  387. data/zettacode.files/hello_world.text/elastic.txt +20 -0
  388. data/zettacode.files/hello_world.text/elena.txt +5 -0
  389. data/zettacode.files/hello_world.text/elisa.txt +1 -0
  390. data/zettacode.files/hello_world.text/elixir.txt +3 -0
  391. data/zettacode.files/hello_world.text/elm.txt +1 -0
  392. data/zettacode.files/hello_world.text/emacs_lisp.txt +6 -0
  393. data/zettacode.files/hello_world.text/emojicode.txt +3 -0
  394. data/zettacode.files/hello_world.text/erlang.txt +1 -0
  395. data/zettacode.files/hello_world.text/erre.txt +7 -0
  396. data/zettacode.files/hello_world.text/euler_math_toolbox.txt +4 -0
  397. data/zettacode.files/hello_world.text/extended_brainf***.txt +2 -0
  398. data/zettacode.files/hello_world.text/ezhil.txt +5 -0
  399. data/zettacode.files/hello_world.text/f_sharp|f#.txt +3 -0
  400. data/zettacode.files/hello_world.text/factor.txt +1 -0
  401. data/zettacode.files/hello_world.text/falcon.txt +4 -0
  402. data/zettacode.files/hello_world.text/false.txt +2 -0
  403. data/zettacode.files/hello_world.text/fantom.txt +10 -0
  404. data/zettacode.files/hello_world.text/fennel.txt +1 -0
  405. data/zettacode.files/hello_world.text/ferite.txt +3 -0
  406. data/zettacode.files/hello_world.text/fermat.txt +1 -0
  407. data/zettacode.files/hello_world.text/fexl.txt +1 -0
  408. data/zettacode.files/hello_world.text/fhidwfe.txt +1 -0
  409. data/zettacode.files/hello_world.text/fish.txt +9 -0
  410. data/zettacode.files/hello_world.text/focal.txt +1 -0
  411. data/zettacode.files/hello_world.text/forth.txt +5 -0
  412. data/zettacode.files/hello_world.text/fortran.txt +16 -0
  413. data/zettacode.files/hello_world.text/fortress.txt +3 -0
  414. data/zettacode.files/hello_world.text/free_pascal.txt +21 -0
  415. data/zettacode.files/hello_world.text/freebasic.txt +3 -0
  416. data/zettacode.files/hello_world.text/frege.txt +5 -0
  417. data/zettacode.files/hello_world.text/friendly_interactive_shell.txt +2 -0
  418. data/zettacode.files/hello_world.text/frink.txt +3 -0
  419. data/zettacode.files/hello_world.text/funl.txt +2 -0
  420. data/zettacode.files/hello_world.text/furor.txt +1 -0
  421. data/zettacode.files/hello_world.text/futurebasic.txt +4 -0
  422. data/zettacode.files/hello_world.text/fuze_basic.txt +1 -0
  423. data/zettacode.files/hello_world.text/gambas.txt +6 -0
  424. data/zettacode.files/hello_world.text/gap.txt +10 -0
  425. data/zettacode.files/hello_world.text/gb_basic.txt +1 -0
  426. data/zettacode.files/hello_world.text/gecho.txt +1 -0
  427. data/zettacode.files/hello_world.text/gema.txt +5 -0
  428. data/zettacode.files/hello_world.text/genie.txt +4 -0
  429. data/zettacode.files/hello_world.text/gentee.txt +4 -0
  430. data/zettacode.files/hello_world.text/gfa_basic.txt +1 -0
  431. data/zettacode.files/hello_world.text/glbasic.txt +1 -0
  432. data/zettacode.files/hello_world.text/glee.txt +13 -0
  433. data/zettacode.files/hello_world.text/global_script.txt +3 -0
  434. data/zettacode.files/hello_world.text/glovepie.txt +1 -0
  435. data/zettacode.files/hello_world.text/gml.txt +2 -0
  436. data/zettacode.files/hello_world.text/go.txt +6 -0
  437. data/zettacode.files/hello_world.text/golfscript.txt +1 -0
  438. data/zettacode.files/hello_world.text/gosu.txt +1 -0
  439. data/zettacode.files/hello_world.text/grain.txt +1 -0
  440. data/zettacode.files/hello_world.text/groovy.txt +1 -0
  441. data/zettacode.files/hello_world.text/gw-basic.txt +1 -0
  442. data/zettacode.files/hello_world.text/hack.txt +1 -0
  443. data/zettacode.files/hello_world.text/halon.txt +3 -0
  444. data/zettacode.files/hello_world.text/harbour.txt +1 -0
  445. data/zettacode.files/hello_world.text/hare.txt +5 -0
  446. data/zettacode.files/hello_world.text/haskell.txt +3 -0
  447. data/zettacode.files/hello_world.text/haxe.txt +1 -0
  448. data/zettacode.files/hello_world.text/hexiscript.txt +1 -0
  449. data/zettacode.files/hello_world.text/hicest.txt +1 -0
  450. data/zettacode.files/hello_world.text/hla.txt +7 -0
  451. data/zettacode.files/hello_world.text/holyc.txt +1 -0
  452. data/zettacode.files/hello_world.text/hoon.txt +1 -0
  453. data/zettacode.files/hello_world.text/hpppl.txt +1 -0
  454. data/zettacode.files/hello_world.text/hq9+.txt +7 -0
  455. data/zettacode.files/hello_world.text/html5.txt +8 -0
  456. data/zettacode.files/hello_world.text/huginn.txt +8 -0
  457. data/zettacode.files/hello_world.text/hy.txt +1 -0
  458. data/zettacode.files/hello_world.text/i.txt +3 -0
  459. data/zettacode.files/hello_world.text/icon}}_and_{{header|unicon.txt +3 -0
  460. data/zettacode.files/hello_world.text/idl.txt +1 -0
  461. data/zettacode.files/hello_world.text/idris.txt +4 -0
  462. data/zettacode.files/hello_world.text/inform_6.txt +3 -0
  463. data/zettacode.files/hello_world.text/inko.txt +4 -0
  464. data/zettacode.files/hello_world.text/integer_basic.txt +4 -0
  465. data/zettacode.files/hello_world.text/intercal.txt +17 -0
  466. data/zettacode.files/hello_world.text/io.txt +1 -0
  467. data/zettacode.files/hello_world.text/ioke.txt +1 -0
  468. data/zettacode.files/hello_world.text/is-basic.txt +1 -0
  469. data/zettacode.files/hello_world.text/isabelle.txt +5 -0
  470. data/zettacode.files/hello_world.text/iwbasic.txt +15 -0
  471. data/zettacode.files/hello_world.text/j.txt +40 -0
  472. data/zettacode.files/hello_world.text/jack.txt +7 -0
  473. data/zettacode.files/hello_world.text/jacquard_loom.txt +88 -0
  474. data/zettacode.files/hello_world.text/java.txt +7 -0
  475. data/zettacode.files/hello_world.text/javascript.txt +12 -0
  476. data/zettacode.files/hello_world.text/jcl.txt +1 -0
  477. data/zettacode.files/hello_world.text/jinja.txt +9 -0
  478. data/zettacode.files/hello_world.text/joy.txt +1 -0
  479. data/zettacode.files/hello_world.text/jq.txt +1 -0
  480. data/zettacode.files/hello_world.text/jse.txt +1 -0
  481. data/zettacode.files/hello_world.text/jsish.txt +1 -0
  482. data/zettacode.files/hello_world.text/julia.txt +1 -0
  483. data/zettacode.files/hello_world.text/k.txt +14 -0
  484. data/zettacode.files/hello_world.text/kabap.txt +1 -0
  485. data/zettacode.files/hello_world.text/kaya.txt +6 -0
  486. data/zettacode.files/hello_world.text/kdf9_usercode.txt +13 -0
  487. data/zettacode.files/hello_world.text/keg.txt +1 -0
  488. data/zettacode.files/hello_world.text/kite.txt +4 -0
  489. data/zettacode.files/hello_world.text/kitten.txt +2 -0
  490. data/zettacode.files/hello_world.text/koka.txt +3 -0
  491. data/zettacode.files/hello_world.text/konsolscript.txt +4 -0
  492. data/zettacode.files/hello_world.text/kotlin.txt +3 -0
  493. data/zettacode.files/hello_world.text/kql.txt +2 -0
  494. data/zettacode.files/hello_world.text/ksi.txt +5 -0
  495. data/zettacode.files/hello_world.text/lambdatalk.txt +5 -0
  496. data/zettacode.files/hello_world.text/lang5.txt +1 -0
  497. data/zettacode.files/hello_world.text/langur.txt +1 -0
  498. data/zettacode.files/hello_world.text/lasso.txt +2 -0
  499. data/zettacode.files/hello_world.text/latex.txt +4 -0
  500. data/zettacode.files/hello_world.text/latitude.txt +1 -0
  501. data/zettacode.files/hello_world.text/lc3_assembly.txt +18 -0
  502. data/zettacode.files/hello_world.text/ldpl.txt +4 -0
  503. data/zettacode.files/hello_world.text/lean.txt +3 -0
  504. data/zettacode.files/hello_world.text/lfe.txt +3 -0
  505. data/zettacode.files/hello_world.text/liberty_basic.txt +1 -0
  506. data/zettacode.files/hello_world.text/lil.txt +5 -0
  507. data/zettacode.files/hello_world.text/lily.txt +7 -0
  508. data/zettacode.files/hello_world.text/lilypond.txt +11 -0
  509. data/zettacode.files/hello_world.text/limbo.txt +14 -0
  510. data/zettacode.files/hello_world.text/lingo.txt +5 -0
  511. data/zettacode.files/hello_world.text/lisaac.txt +16 -0
  512. data/zettacode.files/hello_world.text/little.txt +9 -0
  513. data/zettacode.files/hello_world.text/livecode.txt +15 -0
  514. data/zettacode.files/hello_world.text/llvm.txt +13 -0
  515. data/zettacode.files/hello_world.text/lobster.txt +1 -0
  516. data/zettacode.files/hello_world.text/logo.txt +4 -0
  517. data/zettacode.files/hello_world.text/logtalk.txt +7 -0
  518. data/zettacode.files/hello_world.text/lolcode.txt +6 -0
  519. data/zettacode.files/hello_world.text/lotusscript.txt +5 -0
  520. data/zettacode.files/hello_world.text/lse.txt +1 -0
  521. data/zettacode.files/hello_world.text/lse64.txt +1 -0
  522. data/zettacode.files/hello_world.text/lua.txt +12 -0
  523. data/zettacode.files/hello_world.text/luna.txt +3 -0
  524. data/zettacode.files/hello_world.text/m2000_interpreter.txt +5 -0
  525. data/zettacode.files/hello_world.text/m4.txt +2 -0
  526. data/zettacode.files/hello_world.text/maclisp.txt +3 -0
  527. data/zettacode.files/hello_world.text/macro-10.txt +24 -0
  528. data/zettacode.files/hello_world.text/macro-11.txt +28 -0
  529. data/zettacode.files/hello_world.text/mad.txt +4 -0
  530. data/zettacode.files/hello_world.text/make.txt +9 -0
  531. data/zettacode.files/hello_world.text/malbolge.txt +7 -0
  532. data/zettacode.files/hello_world.text/manool.txt +10 -0
  533. data/zettacode.files/hello_world.text/maple.txt +4 -0
  534. data/zettacode.files/hello_world.text/mathcad.txt +3 -0
  535. data/zettacode.files/hello_world.text/mathematica}}_-_{{header|wolfram_language.txt +1 -0
  536. data/zettacode.files/hello_world.text/matlab.txt +2 -0
  537. data/zettacode.files/hello_world.text/maude.txt +13 -0
  538. data/zettacode.files/hello_world.text/maxima.txt +1 -0
  539. data/zettacode.files/hello_world.text/maxscript.txt +3 -0
  540. data/zettacode.files/hello_world.text/mdl.txt +2 -0
  541. data/zettacode.files/hello_world.text/mel.txt +3 -0
  542. data/zettacode.files/hello_world.text/melonbasic.txt +3 -0
  543. data/zettacode.files/hello_world.text/mercury.txt +8 -0
  544. data/zettacode.files/hello_world.text/metafont.txt +1 -0
  545. data/zettacode.files/hello_world.text/min.txt +1 -0
  546. data/zettacode.files/hello_world.text/miniscript.txt +1 -0
  547. data/zettacode.files/hello_world.text/minizinc.txt +2 -0
  548. data/zettacode.files/hello_world.text/mips_assembly.txt +12 -0
  549. data/zettacode.files/hello_world.text/mirc_scripting_language.txt +1 -0
  550. data/zettacode.files/hello_world.text/ml-i.txt +1 -0
  551. data/zettacode.files/hello_world.text/modula-2.txt +24 -0
  552. data/zettacode.files/hello_world.text/modula-3.txt +7 -0
  553. data/zettacode.files/hello_world.text/montilang.txt +1 -0
  554. data/zettacode.files/hello_world.text/morfa.txt +7 -0
  555. data/zettacode.files/hello_world.text/mosaic.txt +3 -0
  556. data/zettacode.files/hello_world.text/muf.txt +4 -0
  557. data/zettacode.files/hello_world.text/mumps.txt +1 -0
  558. data/zettacode.files/hello_world.text/mydef.txt +27 -0
  559. data/zettacode.files/hello_world.text/myrtlescript.txt +6 -0
  560. data/zettacode.files/hello_world.text/mysql.txt +2 -0
  561. data/zettacode.files/hello_world.text/mythryl.txt +2 -0
  562. data/zettacode.files/hello_world.text/n-t-roff.txt +6 -0
  563. data/zettacode.files/hello_world.text/nanoquery.txt +1 -0
  564. data/zettacode.files/hello_world.text/neat.txt +2 -0
  565. data/zettacode.files/hello_world.text/neko.txt +1 -0
  566. data/zettacode.files/hello_world.text/nemerle.txt +13 -0
  567. data/zettacode.files/hello_world.text/netrexx.txt +1 -0
  568. data/zettacode.files/hello_world.text/never.txt +4 -0
  569. data/zettacode.files/hello_world.text/newlisp.txt +2 -0
  570. data/zettacode.files/hello_world.text/nickle.txt +1 -0
  571. data/zettacode.files/hello_world.text/nim.txt +3 -0
  572. data/zettacode.files/hello_world.text/nit.txt +1 -0
  573. data/zettacode.files/hello_world.text/nix.txt +1 -0
  574. data/zettacode.files/hello_world.text/nlp++.txt +5 -0
  575. data/zettacode.files/hello_world.text/ns-hubasic.txt +6 -0
  576. data/zettacode.files/hello_world.text/nyquist.txt +15 -0
  577. data/zettacode.files/hello_world.text/oberon-2.txt +11 -0
  578. data/zettacode.files/hello_world.text/objeck.txt +6 -0
  579. data/zettacode.files/hello_world.text/objective-c.txt +42 -0
  580. data/zettacode.files/hello_world.text/ocaml.txt +1 -0
  581. data/zettacode.files/hello_world.text/occam.txt +5 -0
  582. data/zettacode.files/hello_world.text/octave.txt +5 -0
  583. data/zettacode.files/hello_world.text/odin.txt +6 -0
  584. data/zettacode.files/hello_world.text/oforth.txt +1 -0
  585. data/zettacode.files/hello_world.text/ol.txt +1 -0
  586. data/zettacode.files/hello_world.text/onyx.txt +1 -0
  587. data/zettacode.files/hello_world.text/ooc.txt +8 -0
  588. data/zettacode.files/hello_world.text/oorexx.txt +4 -0
  589. data/zettacode.files/hello_world.text/openlisp.txt +10 -0
  590. data/zettacode.files/hello_world.text/openscad.txt +5 -0
  591. data/zettacode.files/hello_world.text/oxygene.txt +25 -0
  592. data/zettacode.files/hello_world.text/oz.txt +1 -0
  593. data/zettacode.files/hello_world.text/pari-gp.txt +2 -0
  594. data/zettacode.files/hello_world.text/pascal.txt +5 -0
  595. data/zettacode.files/hello_world.text/pasm.txt +2 -0
  596. data/zettacode.files/hello_world.text/pdp-11_assembly.txt +15 -0
  597. data/zettacode.files/hello_world.text/pdp-1_assembly.txt +22 -0
  598. data/zettacode.files/hello_world.text/pepsiscript.txt +16 -0
  599. data/zettacode.files/hello_world.text/perl.txt +11 -0
  600. data/zettacode.files/hello_world.text/peylang.txt +1 -0
  601. data/zettacode.files/hello_world.text/pharo.txt +4 -0
  602. data/zettacode.files/hello_world.text/phix.txt +4 -0
  603. data/zettacode.files/hello_world.text/phl.txt +7 -0
  604. data/zettacode.files/hello_world.text/php.txt +5 -0
  605. data/zettacode.files/hello_world.text/picat.txt +1 -0
  606. data/zettacode.files/hello_world.text/picolisp.txt +1 -0
  607. data/zettacode.files/hello_world.text/pict.txt +6 -0
  608. data/zettacode.files/hello_world.text/pikachu.txt +23 -0
  609. data/zettacode.files/hello_world.text/pike.txt +3 -0
  610. data/zettacode.files/hello_world.text/pilot.txt +1 -0
  611. data/zettacode.files/hello_world.text/pir.txt +3 -0
  612. data/zettacode.files/hello_world.text/pixilang.txt +1 -0
  613. data/zettacode.files/hello_world.text/pl-i.txt +3 -0
  614. data/zettacode.files/hello_world.text/pl-m.txt +13 -0
  615. data/zettacode.files/hello_world.text/pl-sql.txt +21 -0
  616. data/zettacode.files/hello_world.text/plain_english.txt +7 -0
  617. data/zettacode.files/hello_world.text/plan.txt +14 -0
  618. data/zettacode.files/hello_world.text/pony.txt +3 -0
  619. data/zettacode.files/hello_world.text/pop11.txt +1 -0
  620. data/zettacode.files/hello_world.text/portugol.txt +11 -0
  621. data/zettacode.files/hello_world.text/postscript.txt +31 -0
  622. data/zettacode.files/hello_world.text/potion.txt +1 -0
  623. data/zettacode.files/hello_world.text/powerbasic.txt +7 -0
  624. data/zettacode.files/hello_world.text/powershell.txt +4 -0
  625. data/zettacode.files/hello_world.text/processing.txt +1 -0
  626. data/zettacode.files/hello_world.text/prodos.txt +1 -0
  627. data/zettacode.files/hello_world.text/programming_language.txt +5 -0
  628. data/zettacode.files/hello_world.text/prolog.txt +1 -0
  629. data/zettacode.files/hello_world.text/promal.txt +7 -0
  630. data/zettacode.files/hello_world.text/psql.txt +7 -0
  631. data/zettacode.files/hello_world.text/pure.txt +5 -0
  632. data/zettacode.files/hello_world.text/purebasic.txt +5 -0
  633. data/zettacode.files/hello_world.text/python.txt +19 -0
  634. data/zettacode.files/hello_world.text/qb64.txt +1 -0
  635. data/zettacode.files/hello_world.text/quackery.txt +1 -0
  636. data/zettacode.files/hello_world.text/quill.txt +1 -0
  637. data/zettacode.files/hello_world.text/quite_basic.txt +1 -0
  638. data/zettacode.files/hello_world.text/r.txt +5 -0
  639. data/zettacode.files/hello_world.text/ra.txt +8 -0
  640. data/zettacode.files/hello_world.text/racket.txt +3 -0
  641. data/zettacode.files/hello_world.text/raku.txt +4 -0
  642. data/zettacode.files/hello_world.text/rasel.txt +1 -0
  643. data/zettacode.files/hello_world.text/ratfor.txt +11 -0
  644. data/zettacode.files/hello_world.text/raven.txt +1 -0
  645. data/zettacode.files/hello_world.text/realbasic.txt +7 -0
  646. data/zettacode.files/hello_world.text/rebol.txt +1 -0
  647. data/zettacode.files/hello_world.text/red.txt +1 -0
  648. data/zettacode.files/hello_world.text/relation.txt +4 -0
  649. data/zettacode.files/hello_world.text/rescript.txt +2 -0
  650. data/zettacode.files/hello_world.text/retro.txt +4 -0
  651. data/zettacode.files/hello_world.text/rexx.txt +13 -0
  652. data/zettacode.files/hello_world.text/ring.txt +1 -0
  653. data/zettacode.files/hello_world.text/risc-v.txt +11 -0
  654. data/zettacode.files/hello_world.text/rockstar.txt +1 -0
  655. data/zettacode.files/hello_world.text/rtl-2.txt +12 -0
  656. data/zettacode.files/hello_world.text/ruby.txt +11 -0
  657. data/zettacode.files/hello_world.text/run_basic.txt +1 -0
  658. data/zettacode.files/hello_world.text/rust.txt +13 -0
  659. data/zettacode.files/hello_world.text/salmon.txt +9 -0
  660. data/zettacode.files/hello_world.text/sas.txt +4 -0
  661. data/zettacode.files/hello_world.text/sasl.txt +4 -0
  662. data/zettacode.files/hello_world.text/sather.txt +5 -0
  663. data/zettacode.files/hello_world.text/scala.txt +19 -0
  664. data/zettacode.files/hello_world.text/scheme.txt +21 -0
  665. data/zettacode.files/hello_world.text/scilab.txt +1 -0
  666. data/zettacode.files/hello_world.text/scratchscript.txt +4 -0
  667. data/zettacode.files/hello_world.text/sed.txt +3 -0
  668. data/zettacode.files/hello_world.text/seed7.txt +6 -0
  669. data/zettacode.files/hello_world.text/self.txt +1 -0
  670. data/zettacode.files/hello_world.text/sensetalk.txt +1 -0
  671. data/zettacode.files/hello_world.text/set_lang.txt +12 -0
  672. data/zettacode.files/hello_world.text/setl.txt +1 -0
  673. data/zettacode.files/hello_world.text/setl4.txt +1 -0
  674. data/zettacode.files/hello_world.text/shen.txt +1 -0
  675. data/zettacode.files/hello_world.text/shiny.txt +1 -0
  676. data/zettacode.files/hello_world.text/sidef.txt +1 -0
  677. data/zettacode.files/hello_world.text/simplecode.txt +3 -0
  678. data/zettacode.files/hello_world.text/simpol.txt +2 -0
  679. data/zettacode.files/hello_world.text/simula.txt +5 -0
  680. data/zettacode.files/hello_world.text/sing.txt +7 -0
  681. data/zettacode.files/hello_world.text/sisal.txt +10 -0
  682. data/zettacode.files/hello_world.text/skookumscript.txt +3 -0
  683. data/zettacode.files/hello_world.text/slate.txt +1 -0
  684. data/zettacode.files/hello_world.text/slope.txt +1 -0
  685. data/zettacode.files/hello_world.text/smalltalk.txt +4 -0
  686. data/zettacode.files/hello_world.text/smart_basic.txt +1 -0
  687. data/zettacode.files/hello_world.text/smilebasic.txt +1 -0
  688. data/zettacode.files/hello_world.text/snobol4.txt +3 -0
  689. data/zettacode.files/hello_world.text/snusp.txt +11 -0
  690. data/zettacode.files/hello_world.text/soneking_assembly.txt +10 -0
  691. data/zettacode.files/hello_world.text/sparc_assembly.txt +18 -0
  692. data/zettacode.files/hello_world.text/sparkling.txt +1 -0
  693. data/zettacode.files/hello_world.text/spl.txt +1 -0
  694. data/zettacode.files/hello_world.text/sql.txt +12 -0
  695. data/zettacode.files/hello_world.text/sql_pl.txt +35 -0
  696. data/zettacode.files/hello_world.text/standard_ml.txt +1 -0
  697. data/zettacode.files/hello_world.text/stata.txt +1 -0
  698. data/zettacode.files/hello_world.text/suneido.txt +1 -0
  699. data/zettacode.files/hello_world.text/swahili.txt +1 -0
  700. data/zettacode.files/hello_world.text/swift.txt +4 -0
  701. data/zettacode.files/hello_world.text/symsyn.txt +3 -0
  702. data/zettacode.files/hello_world.text/tailspin.txt +1 -0
  703. data/zettacode.files/hello_world.text/tcl.txt +5 -0
  704. data/zettacode.files/hello_world.text/teco.txt +2 -0
  705. data/zettacode.files/hello_world.text/tern.txt +1 -0
  706. data/zettacode.files/hello_world.text/terra.txt +6 -0
  707. data/zettacode.files/hello_world.text/terraform.txt +3 -0
  708. data/zettacode.files/hello_world.text/testml.txt +2 -0
  709. data/zettacode.files/hello_world.text/ti-83_basic.txt +2 -0
  710. data/zettacode.files/hello_world.text/ti-89_basic.txt +1 -0
  711. data/zettacode.files/hello_world.text/tiny_basic.txt +5 -0
  712. data/zettacode.files/hello_world.text/tmg.txt +2 -0
  713. data/zettacode.files/hello_world.text/torquescript.txt +1 -0
  714. data/zettacode.files/hello_world.text/tpp.txt +1 -0
  715. data/zettacode.files/hello_world.text/transact-sql.txt +2 -0
  716. data/zettacode.files/hello_world.text/transd.txt +2 -0
  717. data/zettacode.files/hello_world.text/transforth.txt +1 -0
  718. data/zettacode.files/hello_world.text/trith.txt +1 -0
  719. data/zettacode.files/hello_world.text/true_basic.txt +5 -0
  720. data/zettacode.files/hello_world.text/tuscript.txt +8 -0
  721. data/zettacode.files/hello_world.text/ubasic-4th.txt +1 -0
  722. data/zettacode.files/hello_world.text/uniface.txt +3 -0
  723. data/zettacode.files/hello_world.text/unison.txt +3 -0
  724. data/zettacode.files/hello_world.text/unix_shell.txt +9 -0
  725. data/zettacode.files/hello_world.text/unlambda.txt +1 -0
  726. data/zettacode.files/hello_world.text/ursa.txt +1 -0
  727. data/zettacode.files/hello_world.text/ursala.txt +10 -0
  728. data/zettacode.files/hello_world.text/v.txt +1 -0
  729. data/zettacode.files/hello_world.text/v_(vlang).txt +3 -0
  730. data/zettacode.files/hello_world.text/vala.txt +3 -0
  731. data/zettacode.files/hello_world.text/vax_assembly.txt +10 -0
  732. data/zettacode.files/hello_world.text/vba.txt +6 -0
  733. data/zettacode.files/hello_world.text/vbscript.txt +2 -0
  734. data/zettacode.files/hello_world.text/vedit_macro_language.txt +1 -0
  735. data/zettacode.files/hello_world.text/verbexx.txt +2 -0
  736. data/zettacode.files/hello_world.text/verilog.txt +8 -0
  737. data/zettacode.files/hello_world.text/vhdl.txt +16 -0
  738. data/zettacode.files/hello_world.text/vim_script.txt +1 -0
  739. data/zettacode.files/hello_world.text/visual_basic.txt +22 -0
  740. data/zettacode.files/hello_world.text/visual_basic_.net.txt +7 -0
  741. data/zettacode.files/hello_world.text/viua_vm_assembly.txt +6 -0
  742. data/zettacode.files/hello_world.text/vtl-2.txt +1 -0
  743. data/zettacode.files/hello_world.text/wart.txt +2 -0
  744. data/zettacode.files/hello_world.text/wdte.txt +1 -0
  745. data/zettacode.files/hello_world.text/webassembly.txt +38 -0
  746. data/zettacode.files/hello_world.text/wee_basic.txt +2 -0
  747. data/zettacode.files/hello_world.text/whenever.txt +2 -0
  748. data/zettacode.files/hello_world.text/whiley.txt +5 -0
  749. data/zettacode.files/hello_world.text/whitespace.txt +1 -0
  750. data/zettacode.files/hello_world.text/wisp.txt +8 -0
  751. data/zettacode.files/hello_world.text/wolfram_language.txt +1 -0
  752. data/zettacode.files/hello_world.text/wren.txt +1 -0
  753. data/zettacode.files/hello_world.text/x10.txt +8 -0
  754. data/zettacode.files/hello_world.text/x86-64_assembly.txt +44 -0
  755. data/zettacode.files/hello_world.text/x86_assembly.txt +37 -0
  756. data/zettacode.files/hello_world.text/xbasic.txt +12 -0
  757. data/zettacode.files/hello_world.text/xeec.txt +4 -0
  758. data/zettacode.files/hello_world.text/xl.txt +2 -0
  759. data/zettacode.files/hello_world.text/xlisp.txt +2 -0
  760. data/zettacode.files/hello_world.text/xpath.txt +1 -0
  761. data/zettacode.files/hello_world.text/xpl0.txt +3 -0
  762. data/zettacode.files/hello_world.text/xslt.txt +5 -0
  763. data/zettacode.files/hello_world.text/yabasic.txt +3 -0
  764. data/zettacode.files/hello_world.text/yorick.txt +1 -0
  765. data/zettacode.files/hello_world.text/z80_assembly.txt +21 -0
  766. data/zettacode.files/hello_world.text/zig.txt +4 -0
  767. data/zettacode.files/hello_world.text/zkl.txt +2 -0
  768. data/zettacode.files/hello_world.text/zoea.txt +2 -0
  769. data/zettacode.files/hello_world.text/zoea_visual.txt +1 -0
  770. data/zettacode.files/hello_world.text/zoomscript.txt +5 -0
  771. data/zettacode.files/hello_world.text/zx_spectrum_basic.txt +4 -0
  772. data/zettacode.files/hello_world.text//340/256/211/340/256/257/340/256/277/340/256/260/340/257/215-uyir.txt +5 -0
  773. data/zettacode.files/input/aritmetic-integer.xml +5876 -0
  774. data/zettacode.files/input/hello-world-text.xml +4498 -0
  775. data/zettacode.gemspec +45 -0
  776. metadata +892 -0
@@ -0,0 +1,21 @@
1
+
2
+ :--
3
+
4
+ (fu --u ()
5
+ (- (_ )
6
+ (-bjc *-* )
7
+ (c ( _))
8
+ (- (_ b )
9
+ (-bjc *-* )
10
+ (c ( _))
11
+ ( b ))))
12
+
13
+ (fu -c ()
14
+ (- ( b )
15
+ (--u )
16
+ (
17
+ ($ (c "Su: ~0~%" (+ b))
18
+ (c "Dffc: ~0~%" (- b))
19
+ (c "Puc: ~0~%" (* b))
20
+ (c "Qu: ~0~%" (f b))
21
+ (c "R: ~0~%" ( b))))))
@@ -0,0 +1,36 @@
1
+ ="c!"DEFINE NO_KEY="255"
2
+ DEFINE KEY_Y="43"
3
+ DEFINE KEY_N="35"
4
+
5
+ PROC M()
6
+ BYTE CH=$02FC I u f
7
+ BYTE
8
+ INT ,b
9
+
10
+ DO
11
+ P("Iu u =")
12
+ =IuI()
13
+ P("Iu u b=")
14
+ b=IuI()
15
+
16
+ PF("+b=%I%E",+b)
17
+ PF("-b=%I%E",-b)
18
+ PF("*b=%I%E",*b)
19
+ PF("b=%I%E",b)
20
+ PF(" MOD b=%I%E", MOD b)
21
+
22
+ PuE()
23
+ PE("A? (YN)")
24
+
25
+ CH=NO_KEY Fu b
26
+ DO
27
+ =CH
28
+ UNTIL =KEY_Y OR =KEY_N
29
+ OD
30
+ CH=NO_KEY Fu b
31
+
32
+ IF =KEY_N THEN
33
+ EXIT
34
+ FI
35
+ OD
36
+ RETURN
@@ -0,0 +1,20 @@
1
+ w Ad.T_Io
2
+ A.I_T_IO
3
+
4
+ cu I_Ac
5
+ u A.T_IO
6
+ u A.I_T_I
7
+
8
+ A, B : I
9
+ b
10
+ G(A)
11
+ G(B)
12
+ Pu_L("+b = " I'I(A + B))
13
+ Pu_L("-b = " I'I(A - B))
14
+ Pu_L("*b = " I'I(A * B))
15
+ Pu_L("b = " I'I(A B))
16
+ Pu_L(" b = " I'I(A B)) -- S c B
17
+ Pu_L(" f b = " I'I(A B)) -- S c A
18
+ Pu_L("**b = " I'I(A ** B))
19
+
20
+ I_Ac
@@ -0,0 +1,10 @@
1
+ v = 0
2
+ b = 0
3
+ - f
4
+ - b f
5
+
6
+ ("+b=" + ( + b))
7
+ ("-b=" + ( - b))
8
+ ("*b=" + ( * b))
9
+ ("b=" + ( b))
10
+ ("%b=" + ( % b))
@@ -0,0 +1,14 @@
1
+ {{|C}}
2
+ {{ |ALGOL 68|R 1 - u u}}
3
+ {{ |ALGOL 68G|A - [:ucf.jc68f6868-1.18.068-1.18.0-9..5.c.fc11.386. 1.18.0-9.]}}
4
+ {{ |ELLA ALGOL 68|A ( jb c) - [:ucf.jc68f68c68c-1.8.868c-1.8-8.fc9.386. 1.8-8] - u u f FORMAT u}}
5
+ m:(
6
+ LONG INT =355, b=113
7
+ f(($" PLUS b = +b = "$, + b))
8
+ f(($" MINUS b = -b = "$, - b))
9
+ f(($" TIMES b = *b = ×b = "$, * b))
10
+ f(($" DIV b = b = "$, b))
11
+ f(($" OVER b = %b = ÷b = "$, % b))
12
+ f(($" MOD b = %*b = %×b = ÷×b = ÷*b = "$, %* b))
13
+ f(($" UP b = **b = ↑b = "$, ** b))
14
+ )
@@ -0,0 +1,16 @@
1
+ T A W (c ) uc z.b
2
+ T u f u (c ) f f ff .
3
+ b
4
+ , b
5
+ ( "E 2 " )
6
+ ( , b )
7
+ ( " + b: ", + b ) % %
8
+ ( " - b: ", - b ) % ubc %
9
+ ( " * b: ", * b ) % uc %
10
+ ( " b: ", b ) % %
11
+ ( " b: ", b ) % u %
12
+ % ** u u %
13
+ % ( - u b , f- %
14
+ % c b , c ) %
15
+ ( " ^ b: ", u( ** b ) )
16
+ .
@@ -0,0 +1,14 @@
1
+ PROC m()
2
+ DEF , b,
3
+ WF('A = ')
4
+ RS(, )
5
+ := V()
6
+ WF('B = ')
7
+ RS(, )
8
+ b := V()
9
+ WF('A+B=\\A-B=\\', +b, -b)
10
+ WF('A*B=\\AB=\\', *b, b)
11
+ * * 16 b Mu D 32b *
12
+ WF('A*B=\\AB=\\', Mu(,b), D(,b))
13
+ WF('A B =\\', M(,b))
14
+ ENDPROC
@@ -0,0 +1,7 @@
1
+ ∇ ← _mc
2
+ ← ⎕
3
+ ← ⎕
4
+ ← 6 2 ⍴ 'u' (+) 'ff' (-) '' (×) 'qu' (⌊÷) '' (|) '' (*)
5
+
6
+
7
+ Qu u .
@@ -0,0 +1,16 @@
1
+
2
+ 1 o ( ud of (d do "E vu" dfu w ""))
3
+ 2 ( u f ( "E u" fu ""))
4
+
5
+ u 1 + 2
6
+ ff 1 - 2
7
+ 1 * 2
8
+ qu 1 2 -- Ru z.
9
+ 1 2 -- T u' c '.
10
+ 1 ^ 2 -- T u' .
11
+
12
+ u {||:{1, 2}, ffc:ff, uc:, qu:qu, :, :}
13
+
14
+ {{uu}}
15
+
16
+ {||:{-57, 2}, dffc:-59, oduc:-114, quo:-28, md:-1, oo:3249.0}
@@ -0,0 +1,293 @@
1
+ {{ ||Rb P}}
2
+ =" b"
3
+
4
+ * ARM b Rb PI *
5
+ * . *
6
+ * C *
7
+ .qu STDOUT, 1
8
+ .qu WRITE, 4
9
+ .qu EXIT, 1
10
+
11
+ ***********************
12
+ * Iz *
13
+ ***********************
14
+ .
15
+ zME: .cz " T ub c ! \" @
16
+ zRuL: .cz "\"
17
+ zMRu: .cz "Ru " @ u
18
+ MVu: .f 12, 1, ' '
19
+ .cz "\"
20
+ zMA: .cz " :"
21
+ zMSuc: .cz "uc :"
22
+ zMMuc: .cz "uc :"
23
+ zMD: .cz " :"
24
+ zMR: .cz " :"
25
+
26
+ ***********************
27
+ * N Iz *
28
+ ***********************
29
+ .b
30
+ Vu: . 4 @ 4 b
31
+
32
+ .
33
+ .b
34
+ :
35
+ u {f,} @ 2
36
+ f,,#8 @ f - ébu
37
+ 0,[f] @ cu ub f c
38
+ c 0,#3
39
+ b
40
+ 0,[f,#8] @ f 1 ub
41
+ b cAD
42
+ 3,0
43
+ 0,[f,#12] @ f 2 ub
44
+ b cAD
45
+ 4,0
46
+ @
47
+ 0,3,4
48
+ 1,AMVu @ u 0
49
+ b c10S @ c fuc 2 (0,1)
50
+ 0,AzMRu
51
+ b ffcM @
52
+ 0,AzMA
53
+ b ffcM @
54
+ 0,AMVu
55
+ b ffcM @
56
+ @ uc
57
+ ub 0,3,4
58
+ 1,=MVu
59
+ b c10S @ c fuc 2 (0,1)
60
+ 0,AzMRu
61
+ b ffcM @
62
+ 0,AzMSuc
63
+ b ffcM @
64
+ 0,AMVu
65
+ b ffcM @
66
+
67
+ @ uc
68
+ u 0,3,4
69
+ 1,=MVu
70
+ b c10S @ c fuc 2 (0,1)
71
+ 0,AzMRu
72
+ b ffcM @
73
+ 0,AzMMuc
74
+ b ffcM @
75
+ 0,AMVu
76
+ b ffcM @
77
+
78
+ @
79
+ 0,3
80
+ 1,4
81
+ b
82
+ 0,2 @ qu
83
+ 1,=MVu
84
+ b c10S @ c fuc 2 (0,1)
85
+ 0,AzMRu
86
+ b ffcM @
87
+ 0,AzMD
88
+ b ffcM @
89
+ 0,AMVu
90
+ b ffcM @
91
+
92
+ 0,3 @
93
+ 1,=MVu
94
+ b c10S @ c fuc 2 (0,1)
95
+ 0,AzMRu
96
+ b ffcM @
97
+ 0,AzMR
98
+ b ffcM @
99
+ 0,AMVu
100
+ b ffcM @
101
+
102
+ 0, #0 @ u c
103
+ b 100f
104
+ :
105
+ 0,AzME
106
+ b ffcM @ c fuc 1 (0)
107
+ 0, #1 @ u c
108
+ 100: * f *
109
+ 7, #EXIT @ qu
110
+ 0 @ f c
111
+ AMVu: . MVu
112
+ AzMRu: . zMRu
113
+ AzME: . zME
114
+ AzMA: . zMA
115
+ AzMSuc: . zMSuc
116
+ AzMMuc: . zMMuc
117
+ AzMD: . zMD
118
+ AzMR: . zMR
119
+ ******************************************************************
120
+ * ffc c ccu uu *
121
+ ******************************************************************
122
+ * 0 c u *
123
+ ffcM:
124
+ u {f,} * 2 *
125
+ u {0,1,2,7} * u *
126
+ 2,#0 * cu uu *
127
+ 1: *ccu uu *
128
+ b 1,[0,2] * cu c bu + c *
129
+ c 1,#0 * 0 c f *
130
+ bq 1f
131
+ 2,2,#1 * ju 1 *
132
+ b 1b
133
+ 1: * c c 2 c uu u *
134
+ 1,0 * u 1 *
135
+ 0,#STDOUT * c u éc u Lu *
136
+ 7, #WRITE * c '' *
137
+ #0 * *
138
+ {0,1,2,7} * u u *
139
+ {f,} * u 2 *
140
+ b * u cu *
141
+ ***************************************************
142
+ * c éc é *
143
+ ***************************************************
144
+ * 0 c *
145
+ * 1 c z c *
146
+ c10S:
147
+ u {f,} * 2 f u *
148
+ u {0-5} * u *
149
+ 2,1 * bu z c *
150
+ 5,#'+' * fu + *
151
+ c 0,#0 * b éf ? *
152
+ 5,#'-' * u - *
153
+ 0,0 * u *
154
+ 0,#1
155
+ 4,#10 * uu z *
156
+ 1: * bu buc c *
157
+ b 10 * *
158
+ 1,#48 * ju 48 u u c c *
159
+ b 1,[2,4] * c u b ébu z 5 + 4 *
160
+ ub 4,4,#1 * éc *
161
+ c 0,#0
162
+ b 1b * buc qu ff zé *
163
+ b 5,[2,4] * c u à cu *
164
+ ub 4,4,#1 * éc *
165
+ b 100f * 4 0 f *
166
+ * fu c bu z c bc *
167
+ 3,#' ' * cc c *
168
+ 2:
169
+ b 3,[2,4] * c u b *
170
+ ub 4,4,#1 * éc *
171
+ b 2b * buc 4 u u z *
172
+ 100: * f fc *
173
+ {0-5} *u u *
174
+ {f,} * u 2 f u *
175
+ b
176
+
177
+ ***************************************************
178
+ * 10 é *
179
+ * T :.c-b-b-*
180
+ * :.c. *
181
+ ***************************************************
182
+ * 0 c *
183
+ * 0 u qu *
184
+ * 1 u *
185
+ 10:
186
+ * 0 c u b b 10 *
187
+ u {2-4} * u *
188
+ 4,0
189
+ 3, .L_c_ub_10 * 1 - c_ub *
190
+ u 1, 2, 3, 0 * 1 - L32B(1*0). 2 - U32B(1*0) *
191
+ 2, 2, ASR #2 * 2 - 2 2 *
192
+ 1, 0, LSR #31 * 1 - 0 31 *
193
+ 0, 2, 1 * 0 - 2 + 1 *
194
+ 2,0,0, #2 * 2 - 0 * 5 *
195
+ ub 1,4,2, #1 * 1 - 4 - (2 * 2) = 4 - (0 * 10) *
196
+ {2-4}
197
+ b * fuc *
198
+ . 4
199
+ .L_c_ub_10: . 066666667
200
+ ******************************************************************
201
+ * C u c b cé u *
202
+ ******************************************************************
203
+ * 0 c z é 0 u 0A *
204
+ cAD:
205
+ u {f,} * 2 *
206
+ u {1-7} * u *
207
+ 1,#0
208
+ 2,#10 * fcu *
209
+ 3,#0 * cu *
210
+ 4,0 * 4 *
211
+ 6,#0 * f fu *
212
+ 0,#0 * à 0 *
213
+ 1: * buc é bc u bu *
214
+ b 5,[4,3] * c 5 c ué u bu + *
215
+ c 5,#0 * f c - f u *
216
+ bq 100f
217
+ c 5,#00A * f c - f u *
218
+ bq 100f
219
+ c 5,#' ' * bc u ébu *
220
+ b 1f * cu *
221
+ 3,3,#1 * u buc ç u c *
222
+ b 1b
223
+ 1:
224
+ c 5,#'-' * cc - *
225
+ q 6,#1 * j u 6 c 1 *
226
+ bq 3f * u c à u *
227
+ 2: * bu buc cff *
228
+ c 5,#'0' * cc u cff *
229
+ b 3f
230
+ c 5,#'9' * cc u cff *
231
+ b 3f
232
+ * ccè u cff *
233
+ ub 5,#48
234
+ 1,M *f é u *
235
+ c 0,1
236
+ b 99f
237
+ u 0,2,0 * u fcu *
238
+ 0,5 * ju à 0 *
239
+ 3:
240
+ 3,3,#1 * c à u *
241
+ b 5,[4,3] * c c *
242
+ c 5,#0 * f c - f u *
243
+ bq 4f
244
+ c 5,#10 * f c - f u *
245
+ bq 4f
246
+ b 2b * buc *
247
+ 4:
248
+ c 6,#1 * u 6 u *
249
+ b 100f
250
+ 1,#-1
251
+ u 0,1,0 * f, u -1 *
252
+ b 100f
253
+ 99: * u é *
254
+ 1,=zMED
255
+ b ffcu
256
+ 0,#0 * c u u uju z *
257
+ 100:
258
+ {1-7} * u u *
259
+ {f,} * u 2 *
260
+ b * u cu *
261
+ * c *
262
+ M: . 1073741824
263
+ zMED: .cz "Nb : é cc 32 b. :\"
264
+ . 4
265
+ *=============================================*
266
+ * é *
267
+ *============================================*
268
+ :
269
+ * 0 c N *
270
+ * 1 c D *
271
+ * 2 c Q *
272
+ * 3 c R *
273
+ u {4, }
274
+ 2, #0 * 2 ? 0 *
275
+ 3, #0 * 3 ? 0 *
276
+ 4, #32 * 4 ? 32 *
277
+ b 2f
278
+ 1:
279
+ 0, 0, LSL #1 * 0 ? 0 1 u c ( C f 31 b f 0 1) *
280
+ c 3, 3, 3 * 3 ? 3 + 3 + C. T qu 3 ? (3 1) + C *
281
+
282
+ c 3, 1 * cu 3 - 1 u c *
283
+ ub 3, 3, 1 * f 3 = 1 (C=1) 3 ? 3 - 1 *
284
+ c 2, 2, 2 * 2 ? 2 + 2 + C. T qu 2 ? (2 1) + C *
285
+ 2:
286
+ ub 4, 4, #1 * 4 ? 4 - 1 *
287
+ b 1b * f 4 = 0 (N=0) bc .L1 *
288
+
289
+ {4, }
290
+ b
291
+
292
+
293
+
@@ -0,0 +1,10 @@
1
+
2
+ : o : u "v m f umb : "
3
+ b: : u " c ub : "
4
+
5
+ [ "+" b "=" +b]
6
+ [ "-" b "=" -b]
7
+ [ "*" b "=" *b]
8
+ [ "" b "=" b]
9
+ [ "%" b "=" %b]
10
+ [ "^" b "=" ^b]
@@ -0,0 +1,17 @@
1
+ = -12
2
+ b = 7
3
+
4
+ u = + b
5
+ = - b
6
+ uc = * b
7
+ = b
8
+ = % b
9
+ = ** b
10
+
11
+ ("S = -12 b = 7")
12
+ (" u + b = ", u)
13
+ (" - b = ", )
14
+ (" uc * b = ", uc)
15
+ (" ó b = ", )
16
+ (" b = ", )
17
+ ("ccó ^ b = ", )
@@ -0,0 +1,20 @@
1
+ T qu u 0 f b u f f u f . T f f f ().
2
+ Gu, Add, Ed, v, 5
3
+ Gu, A, E, b, -3
4
+ Gu, A, Bu, Dfu, Cu
5
+ Gu, S
6
+ Ru
7
+
8
+ BuCu:
9
+ Gu, Sub
10
+ MB,%
11
+ (J`"`"
12
+ "+" b " = " +b
13
+ "-" b " = " -b
14
+ "*" b " = " *b
15
+ "" b " = " b " " M(,b)
16
+ "**" b " = " **b
17
+ )
18
+ fu
19
+ GuC:
20
+ EA
@@ -0,0 +1,13 @@
1
+ Mod "mc dmo_,_"
2
+ [
3
+ : ,
4
+ b :
5
+ |
6
+ P: “ + b”
7
+ P: “ - b”
8
+ P: “ × b” * b
9
+ P: “ ÷ b” b, u f
10
+ P: “ b” c c u
11
+ P: “ ^ b”
12
+ ]
13
+
@@ -0,0 +1,12 @@
1
+ ^[ \]*-?[0-9]+[ \]+-?[0-9]+[ \]*$ {
2
+ ":", $1 + $2
3
+ "ub:", $1 - $2
4
+ "u:", $1 * $2
5
+ ":", ($1 $2) # uc z
6
+ ":", $1 % $2 # f
7
+ ":", $1 ^ $2
8
+ }
9
+
10
+ F uu, A u c C.
11
+
12
+ '''E' :''' W [[]] [[]], c$1 ** $2c c c$1 ^ $2c. W [[]], c$1 ** $2c . N c**c, bu u c^c. G' u , ''"T POSIX cf u f `^' f . F u b, u `**' ."''
@@ -0,0 +1,56 @@
1
+ ==={{|Af BASIC}}===
2
+ S c [[#C_BASIC|C BASIC]]
3
+ ==={{|BC}}===
4
+ ' AmcI
5
+ DECLARE %, b%
6
+ INPUT "E A: ", %
7
+ INPUT "E B: ", b%
8
+ PRINT
9
+
10
+ PRINT %, " + ", b%, " ", % + b%
11
+ PRINT %, " - ", b%, " ", % - b%
12
+ PRINT %, " * ", b%, " ", % * b%
13
+ PRINT %, " ", b%, " ", % b%, ", uc z"
14
+ PRINT "MOD(", %, ", ", b%, ") ", MOD(%, b%), ", f "
15
+ PRINT "POW(", %, ", ", b%, ") ", INT(POW(%, b%))
16
+
17
+ ==={{|C BASIC}}===
18
+ 10 INPUT "ENTER A NUMBER" A%
19
+ 20 INPUT "ENTER ANOTHER NUMBER" B%
20
+ 30 PRINT "ADDITION:"A%"+"B%"="A%+B%
21
+ 40 PRINT "SUBTRACTION:"A%"-"B%"="A%-B%
22
+ 50 PRINT "MULTIPLICATION:"A%"*"B%"="A%*B%
23
+ 60 PRINT "INTEGER DIVISION:"A%""B%"="INT(A%B%)
24
+ 70 PRINT "REMAINDER OR MODULO:"A%"%"B%"="A%-INT(A%B%)*B%
25
+ 80 PRINT "POWER:"A%"^"B%"="A%^B%
26
+
27
+ ==={{|Tu BASIC}}===
28
+
29
+ ! RC: I Ac
30
+ ! Tu BASIC 6.007
31
+ ! T f BC .
32
+ PROGRAM I_Ac
33
+ INPUT PROMPT "E A: ":
34
+ INPUT PROMPT "E B: ": b
35
+ PRINT
36
+ PRINT " + "b" "+b
37
+ PRINT " - "b" "-b
38
+ PRINT " * "b" "*b
39
+ PRINT " "b" "INT(b)
40
+ PRINT "MOD("", "b") " MOD(,b)
41
+ PRINT "POW("", "b") "INT(^b)
42
+ GET KEY
43
+ END
44
+
45
+ ==={{|QBc}}===
46
+ {{ |QucBc|4.5}}
47
+ fuco m(!, b!)
48
+ + b
49
+ - b
50
+ * b
51
+ b
52
+ b
53
+ fuc
54
+ Tuc : 0
55
+
56
+ R c: f
@@ -0,0 +1,11 @@
1
+
2
+ u " ub ?",
3
+ u " ub ?", b
4
+
5
+ " " + + " + " + b + " = " + ( + b)
6
+ "ubc " + + " - " + b + " = " + ( - b)
7
+ "uc " + + " * " + b + " = " + ( * b)
8
+ " " + + " \ " + b + " = " + ( \ b)
9
+ " u " + + " % " + b + " = " + ( % b)
10
+ " " + + " ^ " + b + " = " + ( ^ b)
11
+
@@ -0,0 +1,7 @@
1
+ {{ |W 7| , ' cc }}
2
+
3
+ qu=
4
+ u=%qu%
5
+ c %u%
6
+ u
7
+
@@ -0,0 +1,9 @@
1
+ INPUT "E f : " f%
2
+ INPUT "E c : " c%
3
+
4
+ PRINT "T u " f% + c%
5
+ PRINT "T ffc " f% - c%
6
+ PRINT "T uc " f% * c%
7
+ PRINT "T qu " f% DIV c% " (u 0)"
8
+ PRINT "T " f% MOD c% " ( c f )"
9
+ PRINT "T f f c " f% ^ c%
@@ -0,0 +1,8 @@
1
+ df f(, b) {
2
+ ": " + b
3
+ "ub: " - b
4
+ "u: " * b
5
+ ": " b * uc z *
6
+ ": " % b * f *
7
+ ": " ^ b
8
+ }
@@ -0,0 +1,6 @@
1
+ mm00"=A",,:."=B ",,,00.55+,v
2
+ ,+55.+00:,,,,"A+B="
3
+ "=B-A",,,,:00-.55+,
4
+ ,+55.*00:,,,,"A*B="
5
+ "=BA",,,,:00.55+,
6
+ @,+55.%00,,,,"A%B="
@@ -0,0 +1,22 @@
1
+ •Ou "E ub 1: "
2
+ ← •BQN •GL @
3
+ •Ou "E ub 2: "
4
+ b ← •BQN •GL @
5
+
6
+ •S + b
7
+ •S - b
8
+ •S × b
9
+ •S ÷ b
10
+ •S b |
11
+ •S ⋆ b
12
+ E ub 1:
13
+ 12
14
+ E ub 2:
15
+ 2
16
+ 14
17
+ 10
18
+ 24
19
+ 6
20
+ 0
21
+ 144
22
+
@@ -0,0 +1,19 @@
1
+ T u b -. Fu, c$(!.!)*!+$(!.!):!c f c!c c!c, c!:~0c.
2
+ (
3
+ = u$"E ub, b c:"
4
+ ':(~#?_~#?|qu:?)
5
+ | u
6
+ $ "Yu u ub! E \"qu\" f u ' ."
7
+ !
8
+ )
9
+ !
10
+ !:~qu
11
+ u$("Yu " ! ! ". N :")
12
+ u$("Su:" !+!)
13
+ u$("Dffc:" !+-1*!)
14
+ u$("Puc:" !*!)
15
+ u$("I :" $(!.!))
16
+ u$("R:" $(!.!))
17
+ u$("E:" !^!)
18
+
19
+
@@ -0,0 +1,8 @@
1
+ I b c VBSc .
2
+ = k("F umb: ").o_
3
+ = ("Sc ub: ")._
4
+
5
+ #D u f
6
+ #R u f
7
+ [:+ :- :* : :% :^].c { |
8
+ "#{} #{} #{} = #{.c_ , }"