zettacode 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.ruby-version +1 -0
- data/.standard.yml +4 -0
- data/CHANGELOG.md +5 -0
- data/Gemfile +10 -0
- data/LICENSE +674 -0
- data/README.md +47 -0
- data/Rakefile +21 -0
- data/bin/zcode +3 -0
- data/bin/zettacode +28 -0
- data/config/analize.yaml +11 -0
- data/config/scrap.yaml +2 -0
- data/docs/parse.md +9 -0
- data/docs/scrap.md +15 -0
- data/lib/zettacode/parse/parse.rb +113 -0
- data/lib/zettacode/scrap/scrap.rb +57 -0
- data/lib/zettacode/version.rb +5 -0
- data/lib/zettacode.rb +10 -0
- data/sig/zettacode.rbs +4 -0
- data/tasks/devel.rb +8 -0
- data/zcode-scrap +7 -0
- data/zettacode.files/arithmetic.integer/0815}.txt +14 -0
- data/zettacode.files/arithmetic.integer/11l}.txt +9 -0
- data/zettacode.files/arithmetic.integer/360_assembly.txt +55 -0
- data/zettacode.files/arithmetic.integer/6502_assembly}.txt +50 -0
- data/zettacode.files/arithmetic.integer/68000_assembly.txt +24 -0
- data/zettacode.files/arithmetic.integer/aarch64_assembly.txt +137 -0
- data/zettacode.files/arithmetic.integer/abap.txt +25 -0
- data/zettacode.files/arithmetic.integer/acl2.txt +21 -0
- data/zettacode.files/arithmetic.integer/action!.txt +36 -0
- data/zettacode.files/arithmetic.integer/ada.txt +20 -0
- data/zettacode.files/arithmetic.integer/aikido.txt +10 -0
- data/zettacode.files/arithmetic.integer/algol_68.txt +14 -0
- data/zettacode.files/arithmetic.integer/algol_w.txt +16 -0
- data/zettacode.files/arithmetic.integer/amigae.txt +14 -0
- data/zettacode.files/arithmetic.integer/apl.txt +7 -0
- data/zettacode.files/arithmetic.integer/applescript.txt +16 -0
- data/zettacode.files/arithmetic.integer/arm_assembly.txt +293 -0
- data/zettacode.files/arithmetic.integer/arturo.txt +10 -0
- data/zettacode.files/arithmetic.integer/asymptote.txt +17 -0
- data/zettacode.files/arithmetic.integer/autohotkey.txt +20 -0
- data/zettacode.files/arithmetic.integer/avail.txt +13 -0
- data/zettacode.files/arithmetic.integer/awk.txt +12 -0
- data/zettacode.files/arithmetic.integer/basic.txt +56 -0
- data/zettacode.files/arithmetic.integer/basic256.txt +11 -0
- data/zettacode.files/arithmetic.integer/batch_file.txt +7 -0
- data/zettacode.files/arithmetic.integer/bbc_basic.txt +9 -0
- data/zettacode.files/arithmetic.integer/bc.txt +8 -0
- data/zettacode.files/arithmetic.integer/befunge.txt +6 -0
- data/zettacode.files/arithmetic.integer/bqn.txt +22 -0
- data/zettacode.files/arithmetic.integer/bracmat.txt +19 -0
- data/zettacode.files/arithmetic.integer/brat.txt +8 -0
- data/zettacode.files/arithmetic.integer/c++.txt +12 -0
- data/zettacode.files/arithmetic.integer/c.txt +17 -0
- data/zettacode.files/arithmetic.integer/c_sharp|c#.txt +17 -0
- data/zettacode.files/arithmetic.integer/chef.txt +37 -0
- data/zettacode.files/arithmetic.integer/clipper.txt +11 -0
- data/zettacode.files/arithmetic.integer/clojure.txt +18 -0
- data/zettacode.files/arithmetic.integer/cobol.txt +44 -0
- data/zettacode.files/arithmetic.integer/common_lisp.txt +29 -0
- data/zettacode.files/arithmetic.integer/component_pascal.txt +32 -0
- data/zettacode.files/arithmetic.integer/crystal.txt +11 -0
- data/zettacode.files/arithmetic.integer/d.txt +17 -0
- data/zettacode.files/arithmetic.integer/dc.txt +10 -0
- data/zettacode.files/arithmetic.integer/dcl.txt +8 -0
- data/zettacode.files/arithmetic.integer/delphi.txt +19 -0
- data/zettacode.files/arithmetic.integer/dwscript.txt +9 -0
- data/zettacode.files/arithmetic.integer/dyalect.txt +13 -0
- data/zettacode.files/arithmetic.integer/e.txt +9 -0
- data/zettacode.files/arithmetic.integer/easylang.txt +9 -0
- data/zettacode.files/arithmetic.integer/ecl.txt +33 -0
- data/zettacode.files/arithmetic.integer/efene.txt +16 -0
- data/zettacode.files/arithmetic.integer/eiffel.txt +32 -0
- data/zettacode.files/arithmetic.integer/elena.txt +16 -0
- data/zettacode.files/arithmetic.integer/elixir.txt +26 -0
- data/zettacode.files/arithmetic.integer/emojicode.txt +9 -0
- data/zettacode.files/arithmetic.integer/erlang.txt +15 -0
- data/zettacode.files/arithmetic.integer/erre.txt +20 -0
- data/zettacode.files/arithmetic.integer/euphoria.txt +13 -0
- data/zettacode.files/arithmetic.integer/excel.txt +32 -0
- data/zettacode.files/arithmetic.integer/f_sharp|f#.txt +15 -0
- data/zettacode.files/arithmetic.integer/factor.txt +17 -0
- data/zettacode.files/arithmetic.integer/false.txt +8 -0
- data/zettacode.files/arithmetic.integer/fermat.txt +10 -0
- data/zettacode.files/arithmetic.integer/forth.txt +19 -0
- data/zettacode.files/arithmetic.integer/fortran.txt +15 -0
- data/zettacode.files/arithmetic.integer/freebasic.txt +18 -0
- data/zettacode.files/arithmetic.integer/friendly_interactive_shell.txt +10 -0
- data/zettacode.files/arithmetic.integer/frink.txt +10 -0
- data/zettacode.files/arithmetic.integer/futurebasic.txt +158 -0
- data/zettacode.files/arithmetic.integer/gambas.txt +30 -0
- data/zettacode.files/arithmetic.integer/gap.txt +15 -0
- data/zettacode.files/arithmetic.integer/genie.txt +23 -0
- data/zettacode.files/arithmetic.integer/george.txt +7 -0
- data/zettacode.files/arithmetic.integer/go.txt +66 -0
- data/zettacode.files/arithmetic.integer/groovy.txt +18 -0
- data/zettacode.files/arithmetic.integer/harbour.txt +11 -0
- data/zettacode.files/arithmetic.integer/haskell.txt +16 -0
- data/zettacode.files/arithmetic.integer/haxe.txt +13 -0
- data/zettacode.files/arithmetic.integer/hicest.txt +26 -0
- data/zettacode.files/arithmetic.integer/holyc.txt +14 -0
- data/zettacode.files/arithmetic.integer/i.txt +11 -0
- data/zettacode.files/arithmetic.integer/icon}}_and_{{header|unicon.txt +13 -0
- data/zettacode.files/arithmetic.integer/inform_7.txt +27 -0
- data/zettacode.files/arithmetic.integer/j.txt +18 -0
- data/zettacode.files/arithmetic.integer/java.txt +22 -0
- data/zettacode.files/arithmetic.integer/javascript.txt +30 -0
- data/zettacode.files/arithmetic.integer/jq.txt +17 -0
- data/zettacode.files/arithmetic.integer/jsish.txt +33 -0
- data/zettacode.files/arithmetic.integer/julia.txt +4 -0
- data/zettacode.files/arithmetic.integer/kotlin.txt +41 -0
- data/zettacode.files/arithmetic.integer/labview.txt +2 -0
- data/zettacode.files/arithmetic.integer/lambdatalk.txt +23 -0
- data/zettacode.files/arithmetic.integer/lasso.txt +8 -0
- data/zettacode.files/arithmetic.integer/lfe.txt +32 -0
- data/zettacode.files/arithmetic.integer/liberty_basic.txt +12 -0
- data/zettacode.files/arithmetic.integer/lil.txt +14 -0
- data/zettacode.files/arithmetic.integer/lingo.txt +10 -0
- data/zettacode.files/arithmetic.integer/little.txt +15 -0
- data/zettacode.files/arithmetic.integer/livecode.txt +17 -0
- data/zettacode.files/arithmetic.integer/logo.txt +11 -0
- data/zettacode.files/arithmetic.integer/lse64.txt +10 -0
- data/zettacode.files/arithmetic.integer/lua.txt +9 -0
- data/zettacode.files/arithmetic.integer/m2000_interpreter.txt +54 -0
- data/zettacode.files/arithmetic.integer/m4.txt +17 -0
- data/zettacode.files/arithmetic.integer/maple.txt +25 -0
- data/zettacode.files/arithmetic.integer/mathcad.txt +51 -0
- data/zettacode.files/arithmetic.integer/mathematica}}-{{header|wolfram_language.txt +18 -0
- data/zettacode.files/arithmetic.integer/matlab}}_-_{{header|octave.txt +8 -0
- data/zettacode.files/arithmetic.integer/maxima.txt +10 -0
- data/zettacode.files/arithmetic.integer/maxscript.txt +8 -0
- data/zettacode.files/arithmetic.integer/mercury.txt +44 -0
- data/zettacode.files/arithmetic.integer/metafont.txt +19 -0
- data/zettacode.files/arithmetic.integer/min.txt +5 -0
- data/zettacode.files/arithmetic.integer/ml-i.txt +18 -0
- data/zettacode.files/arithmetic.integer/modula-2.txt +31 -0
- data/zettacode.files/arithmetic.integer/modula-3.txt +15 -0
- data/zettacode.files/arithmetic.integer/mumps.txt +52 -0
- data/zettacode.files/arithmetic.integer/nanoquery.txt +13 -0
- data/zettacode.files/arithmetic.integer/nemerle.txt +18 -0
- data/zettacode.files/arithmetic.integer/netrexx.txt +14 -0
- data/zettacode.files/arithmetic.integer/newlisp.txt +26 -0
- data/zettacode.files/arithmetic.integer/nial.txt +23 -0
- data/zettacode.files/arithmetic.integer/nim.txt +25 -0
- data/zettacode.files/arithmetic.integer/nsis.txt +25 -0
- data/zettacode.files/arithmetic.integer/oberon-2.txt +14 -0
- data/zettacode.files/arithmetic.integer/objeck.txt +17 -0
- data/zettacode.files/arithmetic.integer/ocaml.txt +9 -0
- data/zettacode.files/arithmetic.integer/oforth.txt +9 -0
- data/zettacode.files/arithmetic.integer/ol.txt +23 -0
- data/zettacode.files/arithmetic.integer/onyx.txt +44 -0
- data/zettacode.files/arithmetic.integer/openscad.txt +6 -0
- data/zettacode.files/arithmetic.integer/oz.txt +19 -0
- data/zettacode.files/arithmetic.integer/panda.txt +2 -0
- data/zettacode.files/arithmetic.integer/pari-gp.txt +9 -0
- data/zettacode.files/arithmetic.integer/pascal.txt +14 -0
- data/zettacode.files/arithmetic.integer/perl.txt +12 -0
- data/zettacode.files/arithmetic.integer/phix.txt +49 -0
- data/zettacode.files/arithmetic.integer/phixmonti.txt +14 -0
- data/zettacode.files/arithmetic.integer/phl.txt +20 -0
- data/zettacode.files/arithmetic.integer/php.txt +13 -0
- data/zettacode.files/arithmetic.integer/picat.txt +8 -0
- data/zettacode.files/arithmetic.integer/picolisp.txt +8 -0
- data/zettacode.files/arithmetic.integer/piet.txt +38 -0
- data/zettacode.files/arithmetic.integer/pl-i.txt +8 -0
- data/zettacode.files/arithmetic.integer/plain_english.txt +26 -0
- data/zettacode.files/arithmetic.integer/pop11.txt +12 -0
- data/zettacode.files/arithmetic.integer/postscript.txt +10 -0
- data/zettacode.files/arithmetic.integer/powershell.txt +15 -0
- data/zettacode.files/arithmetic.integer/processing.txt +7 -0
- data/zettacode.files/arithmetic.integer/prodos.txt +35 -0
- data/zettacode.files/arithmetic.integer/prolog.txt +33 -0
- data/zettacode.files/arithmetic.integer/purebasic.txt +17 -0
- data/zettacode.files/arithmetic.integer/python.txt +47 -0
- data/zettacode.files/arithmetic.integer/qb64.txt +21 -0
- data/zettacode.files/arithmetic.integer/quackery.txt +12 -0
- data/zettacode.files/arithmetic.integer/r.txt +11 -0
- data/zettacode.files/arithmetic.integer/racket.txt +8 -0
- data/zettacode.files/arithmetic.integer/raku.txt +12 -0
- data/zettacode.files/arithmetic.integer/raven.txt +9 -0
- data/zettacode.files/arithmetic.integer/rebol.txt +51 -0
- data/zettacode.files/arithmetic.integer/relation.txt +11 -0
- data/zettacode.files/arithmetic.integer/rescript.txt +15 -0
- data/zettacode.files/arithmetic.integer/retro.txt +10 -0
- data/zettacode.files/arithmetic.integer/rexx.txt +47 -0
- data/zettacode.files/arithmetic.integer/ring.txt +11 -0
- data/zettacode.files/arithmetic.integer/robotic.txt +13 -0
- data/zettacode.files/arithmetic.integer/ruby.txt +12 -0
- data/zettacode.files/arithmetic.integer/run_basic.txt +9 -0
- data/zettacode.files/arithmetic.integer/rust.txt +15 -0
- data/zettacode.files/arithmetic.integer/sass-scss.txt +36 -0
- data/zettacode.files/arithmetic.integer/scala.txt +9 -0
- data/zettacode.files/arithmetic.integer/scheme.txt +27 -0
- data/zettacode.files/arithmetic.integer/seed7.txt +20 -0
- data/zettacode.files/arithmetic.integer/sensetalk.txt +12 -0
- data/zettacode.files/arithmetic.integer/sidef.txt +6 -0
- data/zettacode.files/arithmetic.integer/slate.txt +9 -0
- data/zettacode.files/arithmetic.integer/smalltalk.txt +28 -0
- data/zettacode.files/arithmetic.integer/smart_basic.txt +18 -0
- data/zettacode.files/arithmetic.integer/snobol4.txt +12 -0
- data/zettacode.files/arithmetic.integer/snusp.txt +61 -0
- data/zettacode.files/arithmetic.integer/sql.txt +68 -0
- data/zettacode.files/arithmetic.integer/ssem.txt +15 -0
- data/zettacode.files/arithmetic.integer/standard_ml.txt +13 -0
- data/zettacode.files/arithmetic.integer/swift.txt +11 -0
- data/zettacode.files/arithmetic.integer/tcl.txt +19 -0
- data/zettacode.files/arithmetic.integer/terraform.txt +33 -0
- data/zettacode.files/arithmetic.integer/ti-83_basic.txt +14 -0
- data/zettacode.files/arithmetic.integer/ti-89_basic.txt +8 -0
- data/zettacode.files/arithmetic.integer/toka.txt +7 -0
- data/zettacode.files/arithmetic.integer/tuscript.txt +9 -0
- data/zettacode.files/arithmetic.integer/unix_shell.txt +29 -0
- data/zettacode.files/arithmetic.integer/ursa.txt +27 -0
- data/zettacode.files/arithmetic.integer/v_(vlang).txt +29 -0
- data/zettacode.files/arithmetic.integer/vba.txt +19 -0
- data/zettacode.files/arithmetic.integer/vbscript.txt +51 -0
- data/zettacode.files/arithmetic.integer/vedit_macro_language.txt +8 -0
- data/zettacode.files/arithmetic.integer/verilog.txt +26 -0
- data/zettacode.files/arithmetic.integer/vim_script.txt +10 -0
- data/zettacode.files/arithmetic.integer/visual_basic_.net.txt +14 -0
- data/zettacode.files/arithmetic.integer/wart.txt +9 -0
- data/zettacode.files/arithmetic.integer/wren.txt +16 -0
- data/zettacode.files/arithmetic.integer/x86_assembly.txt +23 -0
- data/zettacode.files/arithmetic.integer/xlisp.txt +17 -0
- data/zettacode.files/arithmetic.integer/xpl0.txt +10 -0
- data/zettacode.files/arithmetic.integer/xslt.txt +10 -0
- data/zettacode.files/arithmetic.integer/yabasic.txt +11 -0
- data/zettacode.files/arithmetic.integer/yorick.txt +8 -0
- data/zettacode.files/arithmetic.integer/zkl.txt +7 -0
- data/zettacode.files/arithmetic.integer/zonnon.txt +13 -0
- data/zettacode.files/arithmetic.integer/zx_spectrum_basic.txt +11 -0
- data/zettacode.files/arithmetic.integer//320/274/320/272-61-52.txt +7 -0
- data/zettacode.files/hello_world.text/0815.txt +7 -0
- data/zettacode.files/hello_world.text/11l.txt +1 -0
- data/zettacode.files/hello_world.text/360_assembly.txt +17 -0
- data/zettacode.files/hello_world.text/4dos_batch.txt +1 -0
- data/zettacode.files/hello_world.text/6502_assembly.txt +22 -0
- data/zettacode.files/hello_world.text/6800_assembly.txt +31 -0
- data/zettacode.files/hello_world.text/8080_assembly.txt +12 -0
- data/zettacode.files/hello_world.text/8086_assembly.txt +30 -0
- data/zettacode.files/hello_world.text/8th.txt +1 -0
- data/zettacode.files/hello_world.text/aarch64_assembly.txt +22 -0
- data/zettacode.files/hello_world.text/abap.txt +2 -0
- data/zettacode.files/hello_world.text/acl2.txt +2 -0
- data/zettacode.files/hello_world.text/action!.txt +3 -0
- data/zettacode.files/hello_world.text/actionscript.txt +1 -0
- data/zettacode.files/hello_world.text/ada.txt +6 -0
- data/zettacode.files/hello_world.text/agda.txt +14 -0
- data/zettacode.files/hello_world.text/agena.txt +1 -0
- data/zettacode.files/hello_world.text/aime.txt +11 -0
- data/zettacode.files/hello_world.text/algae.txt +1 -0
- data/zettacode.files/hello_world.text/algol-m.txt +3 -0
- data/zettacode.files/hello_world.text/algol_60.txt +4 -0
- data/zettacode.files/hello_world.text/algol_68.txt +3 -0
- data/zettacode.files/hello_world.text/algol_w.txt +3 -0
- data/zettacode.files/hello_world.text/alore.txt +1 -0
- data/zettacode.files/hello_world.text/amazing_hopper.txt +21 -0
- data/zettacode.files/hello_world.text/ambienttalk.txt +1 -0
- data/zettacode.files/hello_world.text/amigae.txt +3 -0
- data/zettacode.files/hello_world.text/angelscript.txt +1 -0
- data/zettacode.files/hello_world.text/antlang.txt +3 -0
- data/zettacode.files/hello_world.text/anyways.txt +4 -0
- data/zettacode.files/hello_world.text/apl.txt +1 -0
- data/zettacode.files/hello_world.text/applescript.txt +5 -0
- data/zettacode.files/hello_world.text/applesoft_basic.txt +5 -0
- data/zettacode.files/hello_world.text/apricot.txt +1 -0
- data/zettacode.files/hello_world.text/arc.txt +1 -0
- data/zettacode.files/hello_world.text/arendelle.txt +1 -0
- data/zettacode.files/hello_world.text/argile.txt +3 -0
- data/zettacode.files/hello_world.text/arm_assembly.txt +13 -0
- data/zettacode.files/hello_world.text/arnoldc.txt +3 -0
- data/zettacode.files/hello_world.text/arturo.txt +1 -0
- data/zettacode.files/hello_world.text/asciidots.txt +4 -0
- data/zettacode.files/hello_world.text/astro.txt +1 -0
- data/zettacode.files/hello_world.text/asymptote.txt +2 -0
- data/zettacode.files/hello_world.text/ats.txt +1 -0
- data/zettacode.files/hello_world.text/autohotkey.txt +9 -0
- data/zettacode.files/hello_world.text/autoit.txt +1 -0
- data/zettacode.files/hello_world.text/autolisp.txt +1 -0
- data/zettacode.files/hello_world.text/avail.txt +1 -0
- data/zettacode.files/hello_world.text/awk.txt +30 -0
- data/zettacode.files/hello_world.text/axe.txt +2 -0
- data/zettacode.files/hello_world.text/b.txt +6 -0
- data/zettacode.files/hello_world.text/b4x.txt +1 -0
- data/zettacode.files/hello_world.text/babel.txt +2 -0
- data/zettacode.files/hello_world.text/bash.txt +1 -0
- data/zettacode.files/hello_world.text/basic.txt +14 -0
- data/zettacode.files/hello_world.text/basic256.txt +1 -0
- data/zettacode.files/hello_world.text/batch_file.txt +6 -0
- data/zettacode.files/hello_world.text/battlestar.txt +4 -0
- data/zettacode.files/hello_world.text/bbc_basic.txt +1 -0
- data/zettacode.files/hello_world.text/bc.txt +2 -0
- data/zettacode.files/hello_world.text/bcpl.txt +6 -0
- data/zettacode.files/hello_world.text/beef.txt +11 -0
- data/zettacode.files/hello_world.text/beeswax.txt +23 -0
- data/zettacode.files/hello_world.text/befunge.txt +1 -0
- data/zettacode.files/hello_world.text/binary_lambda_calculus.txt +2 -0
- data/zettacode.files/hello_world.text/bird.txt +6 -0
- data/zettacode.files/hello_world.text/blade.txt +6 -0
- data/zettacode.files/hello_world.text/blast.txt +10 -0
- data/zettacode.files/hello_world.text/blue.txt +18 -0
- data/zettacode.files/hello_world.text/blz.txt +1 -0
- data/zettacode.files/hello_world.text/bml.txt +1 -0
- data/zettacode.files/hello_world.text/boo.txt +1 -0
- data/zettacode.files/hello_world.text/bootbasic.txt +1 -0
- data/zettacode.files/hello_world.text/bqn.txt +4 -0
- data/zettacode.files/hello_world.text/brace.txt +4 -0
- data/zettacode.files/hello_world.text/bracmat.txt +1 -0
- data/zettacode.files/hello_world.text/brainf***.txt +83 -0
- data/zettacode.files/hello_world.text/brat.txt +1 -0
- data/zettacode.files/hello_world.text/brlcad.txt +6 -0
- data/zettacode.files/hello_world.text/burlesque.txt +6 -0
- data/zettacode.files/hello_world.text/c++-cli.txt +5 -0
- data/zettacode.files/hello_world.text/c++.txt +5 -0
- data/zettacode.files/hello_world.text/c.txt +37 -0
- data/zettacode.files/hello_world.text/c1r.txt +1 -0
- data/zettacode.files/hello_world.text/c2.txt +7 -0
- data/zettacode.files/hello_world.text/c3.txt +7 -0
- data/zettacode.files/hello_world.text/c_sharp|c#.txt +19 -0
- data/zettacode.files/hello_world.text/casio_basic.txt +3 -0
- data/zettacode.files/hello_world.text/cat.txt +1 -0
- data/zettacode.files/hello_world.text/cduce.txt +1 -0
- data/zettacode.files/hello_world.text/cfengine.txt +11 -0
- data/zettacode.files/hello_world.text/chapel.txt +1 -0
- data/zettacode.files/hello_world.text/chef.txt +36 -0
- data/zettacode.files/hello_world.text/chuck.txt +1 -0
- data/zettacode.files/hello_world.text/cind.txt +6 -0
- data/zettacode.files/hello_world.text/clay.txt +3 -0
- data/zettacode.files/hello_world.text/clean.txt +1 -0
- data/zettacode.files/hello_world.text/clio.txt +1 -0
- data/zettacode.files/hello_world.text/clipper.txt +1 -0
- data/zettacode.files/hello_world.text/clips.txt +1 -0
- data/zettacode.files/hello_world.text/clojure.txt +1 -0
- data/zettacode.files/hello_world.text/clu.txt +4 -0
- data/zettacode.files/hello_world.text/cmake.txt +5 -0
- data/zettacode.files/hello_world.text/cobol.txt +22 -0
- data/zettacode.files/hello_world.text/cobra.txt +3 -0
- data/zettacode.files/hello_world.text/coffeescript.txt +4 -0
- data/zettacode.files/hello_world.text/coldfusion.txt +1 -0
- data/zettacode.files/hello_world.text/comal.txt +1 -0
- data/zettacode.files/hello_world.text/comefrom0x10.txt +3 -0
- data/zettacode.files/hello_world.text/commodore_basic.txt +5 -0
- data/zettacode.files/hello_world.text/common_lisp.txt +18 -0
- data/zettacode.files/hello_world.text/component_pascal.txt +10 -0
- data/zettacode.files/hello_world.text/coq.txt +5 -0
- data/zettacode.files/hello_world.text/corescript.txt +1 -0
- data/zettacode.files/hello_world.text/cowgol.txt +4 -0
- data/zettacode.files/hello_world.text/crack.txt +4 -0
- data/zettacode.files/hello_world.text/creative_basic.txt +15 -0
- data/zettacode.files/hello_world.text/crystal.txt +1 -0
- data/zettacode.files/hello_world.text/d.txt +6 -0
- data/zettacode.files/hello_world.text/dafny.txt +6 -0
- data/zettacode.files/hello_world.text/dao.txt +1 -0
- data/zettacode.files/hello_world.text/dart.txt +4 -0
- data/zettacode.files/hello_world.text/dataweave.txt +1 -0
- data/zettacode.files/hello_world.text/dbl.txt +15 -0
- data/zettacode.files/hello_world.text/dc.txt +3 -0
- data/zettacode.files/hello_world.text/dcl.txt +1 -0
- data/zettacode.files/hello_world.text/ddnc.txt +40 -0
- data/zettacode.files/hello_world.text/delphi.txt +7 -0
- data/zettacode.files/hello_world.text/deviousyarn.txt +1 -0
- data/zettacode.files/hello_world.text/dibol-11.txt +14 -0
- data/zettacode.files/hello_world.text/diego.txt +12 -0
- data/zettacode.files/hello_world.text/div_games_studio.txt +12 -0
- data/zettacode.files/hello_world.text/dm.txt +5 -0
- data/zettacode.files/hello_world.text/draco.txt +3 -0
- data/zettacode.files/hello_world.text/dragon.txt +3 -0
- data/zettacode.files/hello_world.text/dwscript.txt +3 -0
- data/zettacode.files/hello_world.text/dyalect.txt +1 -0
- data/zettacode.files/hello_world.text/dylan.net.txt +28 -0
- data/zettacode.files/hello_world.text/dylan.txt +5 -0
- data/zettacode.files/hello_world.text/d/303/251j/303/240_vu.txt +1 -0
- data/zettacode.files/hello_world.text/e.txt +3 -0
- data/zettacode.files/hello_world.text/easylang.txt +2 -0
- data/zettacode.files/hello_world.text/ec.txt +7 -0
- data/zettacode.files/hello_world.text/echolisp.txt +3 -0
- data/zettacode.files/hello_world.text/ecl.txt +3 -0
- data/zettacode.files/hello_world.text/ecstasy.txt +8 -0
- data/zettacode.files/hello_world.text/edsac_order_code.txt +34 -0
- data/zettacode.files/hello_world.text/efene.txt +10 -0
- data/zettacode.files/hello_world.text/egel.txt +3 -0
- data/zettacode.files/hello_world.text/egison.txt +6 -0
- data/zettacode.files/hello_world.text/egl.txt +9 -0
- data/zettacode.files/hello_world.text/eiffel.txt +11 -0
- data/zettacode.files/hello_world.text/ela.txt +2 -0
- data/zettacode.files/hello_world.text/elan.txt +1 -0
- data/zettacode.files/hello_world.text/elastic.txt +20 -0
- data/zettacode.files/hello_world.text/elena.txt +5 -0
- data/zettacode.files/hello_world.text/elisa.txt +1 -0
- data/zettacode.files/hello_world.text/elixir.txt +3 -0
- data/zettacode.files/hello_world.text/elm.txt +1 -0
- data/zettacode.files/hello_world.text/emacs_lisp.txt +6 -0
- data/zettacode.files/hello_world.text/emojicode.txt +3 -0
- data/zettacode.files/hello_world.text/erlang.txt +1 -0
- data/zettacode.files/hello_world.text/erre.txt +7 -0
- data/zettacode.files/hello_world.text/euler_math_toolbox.txt +4 -0
- data/zettacode.files/hello_world.text/extended_brainf***.txt +2 -0
- data/zettacode.files/hello_world.text/ezhil.txt +5 -0
- data/zettacode.files/hello_world.text/f_sharp|f#.txt +3 -0
- data/zettacode.files/hello_world.text/factor.txt +1 -0
- data/zettacode.files/hello_world.text/falcon.txt +4 -0
- data/zettacode.files/hello_world.text/false.txt +2 -0
- data/zettacode.files/hello_world.text/fantom.txt +10 -0
- data/zettacode.files/hello_world.text/fennel.txt +1 -0
- data/zettacode.files/hello_world.text/ferite.txt +3 -0
- data/zettacode.files/hello_world.text/fermat.txt +1 -0
- data/zettacode.files/hello_world.text/fexl.txt +1 -0
- data/zettacode.files/hello_world.text/fhidwfe.txt +1 -0
- data/zettacode.files/hello_world.text/fish.txt +9 -0
- data/zettacode.files/hello_world.text/focal.txt +1 -0
- data/zettacode.files/hello_world.text/forth.txt +5 -0
- data/zettacode.files/hello_world.text/fortran.txt +16 -0
- data/zettacode.files/hello_world.text/fortress.txt +3 -0
- data/zettacode.files/hello_world.text/free_pascal.txt +21 -0
- data/zettacode.files/hello_world.text/freebasic.txt +3 -0
- data/zettacode.files/hello_world.text/frege.txt +5 -0
- data/zettacode.files/hello_world.text/friendly_interactive_shell.txt +2 -0
- data/zettacode.files/hello_world.text/frink.txt +3 -0
- data/zettacode.files/hello_world.text/funl.txt +2 -0
- data/zettacode.files/hello_world.text/furor.txt +1 -0
- data/zettacode.files/hello_world.text/futurebasic.txt +4 -0
- data/zettacode.files/hello_world.text/fuze_basic.txt +1 -0
- data/zettacode.files/hello_world.text/gambas.txt +6 -0
- data/zettacode.files/hello_world.text/gap.txt +10 -0
- data/zettacode.files/hello_world.text/gb_basic.txt +1 -0
- data/zettacode.files/hello_world.text/gecho.txt +1 -0
- data/zettacode.files/hello_world.text/gema.txt +5 -0
- data/zettacode.files/hello_world.text/genie.txt +4 -0
- data/zettacode.files/hello_world.text/gentee.txt +4 -0
- data/zettacode.files/hello_world.text/gfa_basic.txt +1 -0
- data/zettacode.files/hello_world.text/glbasic.txt +1 -0
- data/zettacode.files/hello_world.text/glee.txt +13 -0
- data/zettacode.files/hello_world.text/global_script.txt +3 -0
- data/zettacode.files/hello_world.text/glovepie.txt +1 -0
- data/zettacode.files/hello_world.text/gml.txt +2 -0
- data/zettacode.files/hello_world.text/go.txt +6 -0
- data/zettacode.files/hello_world.text/golfscript.txt +1 -0
- data/zettacode.files/hello_world.text/gosu.txt +1 -0
- data/zettacode.files/hello_world.text/grain.txt +1 -0
- data/zettacode.files/hello_world.text/groovy.txt +1 -0
- data/zettacode.files/hello_world.text/gw-basic.txt +1 -0
- data/zettacode.files/hello_world.text/hack.txt +1 -0
- data/zettacode.files/hello_world.text/halon.txt +3 -0
- data/zettacode.files/hello_world.text/harbour.txt +1 -0
- data/zettacode.files/hello_world.text/hare.txt +5 -0
- data/zettacode.files/hello_world.text/haskell.txt +3 -0
- data/zettacode.files/hello_world.text/haxe.txt +1 -0
- data/zettacode.files/hello_world.text/hexiscript.txt +1 -0
- data/zettacode.files/hello_world.text/hicest.txt +1 -0
- data/zettacode.files/hello_world.text/hla.txt +7 -0
- data/zettacode.files/hello_world.text/holyc.txt +1 -0
- data/zettacode.files/hello_world.text/hoon.txt +1 -0
- data/zettacode.files/hello_world.text/hpppl.txt +1 -0
- data/zettacode.files/hello_world.text/hq9+.txt +7 -0
- data/zettacode.files/hello_world.text/html5.txt +8 -0
- data/zettacode.files/hello_world.text/huginn.txt +8 -0
- data/zettacode.files/hello_world.text/hy.txt +1 -0
- data/zettacode.files/hello_world.text/i.txt +3 -0
- data/zettacode.files/hello_world.text/icon}}_and_{{header|unicon.txt +3 -0
- data/zettacode.files/hello_world.text/idl.txt +1 -0
- data/zettacode.files/hello_world.text/idris.txt +4 -0
- data/zettacode.files/hello_world.text/inform_6.txt +3 -0
- data/zettacode.files/hello_world.text/inko.txt +4 -0
- data/zettacode.files/hello_world.text/integer_basic.txt +4 -0
- data/zettacode.files/hello_world.text/intercal.txt +17 -0
- data/zettacode.files/hello_world.text/io.txt +1 -0
- data/zettacode.files/hello_world.text/ioke.txt +1 -0
- data/zettacode.files/hello_world.text/is-basic.txt +1 -0
- data/zettacode.files/hello_world.text/isabelle.txt +5 -0
- data/zettacode.files/hello_world.text/iwbasic.txt +15 -0
- data/zettacode.files/hello_world.text/j.txt +40 -0
- data/zettacode.files/hello_world.text/jack.txt +7 -0
- data/zettacode.files/hello_world.text/jacquard_loom.txt +88 -0
- data/zettacode.files/hello_world.text/java.txt +7 -0
- data/zettacode.files/hello_world.text/javascript.txt +12 -0
- data/zettacode.files/hello_world.text/jcl.txt +1 -0
- data/zettacode.files/hello_world.text/jinja.txt +9 -0
- data/zettacode.files/hello_world.text/joy.txt +1 -0
- data/zettacode.files/hello_world.text/jq.txt +1 -0
- data/zettacode.files/hello_world.text/jse.txt +1 -0
- data/zettacode.files/hello_world.text/jsish.txt +1 -0
- data/zettacode.files/hello_world.text/julia.txt +1 -0
- data/zettacode.files/hello_world.text/k.txt +14 -0
- data/zettacode.files/hello_world.text/kabap.txt +1 -0
- data/zettacode.files/hello_world.text/kaya.txt +6 -0
- data/zettacode.files/hello_world.text/kdf9_usercode.txt +13 -0
- data/zettacode.files/hello_world.text/keg.txt +1 -0
- data/zettacode.files/hello_world.text/kite.txt +4 -0
- data/zettacode.files/hello_world.text/kitten.txt +2 -0
- data/zettacode.files/hello_world.text/koka.txt +3 -0
- data/zettacode.files/hello_world.text/konsolscript.txt +4 -0
- data/zettacode.files/hello_world.text/kotlin.txt +3 -0
- data/zettacode.files/hello_world.text/kql.txt +2 -0
- data/zettacode.files/hello_world.text/ksi.txt +5 -0
- data/zettacode.files/hello_world.text/lambdatalk.txt +5 -0
- data/zettacode.files/hello_world.text/lang5.txt +1 -0
- data/zettacode.files/hello_world.text/langur.txt +1 -0
- data/zettacode.files/hello_world.text/lasso.txt +2 -0
- data/zettacode.files/hello_world.text/latex.txt +4 -0
- data/zettacode.files/hello_world.text/latitude.txt +1 -0
- data/zettacode.files/hello_world.text/lc3_assembly.txt +18 -0
- data/zettacode.files/hello_world.text/ldpl.txt +4 -0
- data/zettacode.files/hello_world.text/lean.txt +3 -0
- data/zettacode.files/hello_world.text/lfe.txt +3 -0
- data/zettacode.files/hello_world.text/liberty_basic.txt +1 -0
- data/zettacode.files/hello_world.text/lil.txt +5 -0
- data/zettacode.files/hello_world.text/lily.txt +7 -0
- data/zettacode.files/hello_world.text/lilypond.txt +11 -0
- data/zettacode.files/hello_world.text/limbo.txt +14 -0
- data/zettacode.files/hello_world.text/lingo.txt +5 -0
- data/zettacode.files/hello_world.text/lisaac.txt +16 -0
- data/zettacode.files/hello_world.text/little.txt +9 -0
- data/zettacode.files/hello_world.text/livecode.txt +15 -0
- data/zettacode.files/hello_world.text/llvm.txt +13 -0
- data/zettacode.files/hello_world.text/lobster.txt +1 -0
- data/zettacode.files/hello_world.text/logo.txt +4 -0
- data/zettacode.files/hello_world.text/logtalk.txt +7 -0
- data/zettacode.files/hello_world.text/lolcode.txt +6 -0
- data/zettacode.files/hello_world.text/lotusscript.txt +5 -0
- data/zettacode.files/hello_world.text/lse.txt +1 -0
- data/zettacode.files/hello_world.text/lse64.txt +1 -0
- data/zettacode.files/hello_world.text/lua.txt +12 -0
- data/zettacode.files/hello_world.text/luna.txt +3 -0
- data/zettacode.files/hello_world.text/m2000_interpreter.txt +5 -0
- data/zettacode.files/hello_world.text/m4.txt +2 -0
- data/zettacode.files/hello_world.text/maclisp.txt +3 -0
- data/zettacode.files/hello_world.text/macro-10.txt +24 -0
- data/zettacode.files/hello_world.text/macro-11.txt +28 -0
- data/zettacode.files/hello_world.text/mad.txt +4 -0
- data/zettacode.files/hello_world.text/make.txt +9 -0
- data/zettacode.files/hello_world.text/malbolge.txt +7 -0
- data/zettacode.files/hello_world.text/manool.txt +10 -0
- data/zettacode.files/hello_world.text/maple.txt +4 -0
- data/zettacode.files/hello_world.text/mathcad.txt +3 -0
- data/zettacode.files/hello_world.text/mathematica}}_-_{{header|wolfram_language.txt +1 -0
- data/zettacode.files/hello_world.text/matlab.txt +2 -0
- data/zettacode.files/hello_world.text/maude.txt +13 -0
- data/zettacode.files/hello_world.text/maxima.txt +1 -0
- data/zettacode.files/hello_world.text/maxscript.txt +3 -0
- data/zettacode.files/hello_world.text/mdl.txt +2 -0
- data/zettacode.files/hello_world.text/mel.txt +3 -0
- data/zettacode.files/hello_world.text/melonbasic.txt +3 -0
- data/zettacode.files/hello_world.text/mercury.txt +8 -0
- data/zettacode.files/hello_world.text/metafont.txt +1 -0
- data/zettacode.files/hello_world.text/min.txt +1 -0
- data/zettacode.files/hello_world.text/miniscript.txt +1 -0
- data/zettacode.files/hello_world.text/minizinc.txt +2 -0
- data/zettacode.files/hello_world.text/mips_assembly.txt +12 -0
- data/zettacode.files/hello_world.text/mirc_scripting_language.txt +1 -0
- data/zettacode.files/hello_world.text/ml-i.txt +1 -0
- data/zettacode.files/hello_world.text/modula-2.txt +24 -0
- data/zettacode.files/hello_world.text/modula-3.txt +7 -0
- data/zettacode.files/hello_world.text/montilang.txt +1 -0
- data/zettacode.files/hello_world.text/morfa.txt +7 -0
- data/zettacode.files/hello_world.text/mosaic.txt +3 -0
- data/zettacode.files/hello_world.text/muf.txt +4 -0
- data/zettacode.files/hello_world.text/mumps.txt +1 -0
- data/zettacode.files/hello_world.text/mydef.txt +27 -0
- data/zettacode.files/hello_world.text/myrtlescript.txt +6 -0
- data/zettacode.files/hello_world.text/mysql.txt +2 -0
- data/zettacode.files/hello_world.text/mythryl.txt +2 -0
- data/zettacode.files/hello_world.text/n-t-roff.txt +6 -0
- data/zettacode.files/hello_world.text/nanoquery.txt +1 -0
- data/zettacode.files/hello_world.text/neat.txt +2 -0
- data/zettacode.files/hello_world.text/neko.txt +1 -0
- data/zettacode.files/hello_world.text/nemerle.txt +13 -0
- data/zettacode.files/hello_world.text/netrexx.txt +1 -0
- data/zettacode.files/hello_world.text/never.txt +4 -0
- data/zettacode.files/hello_world.text/newlisp.txt +2 -0
- data/zettacode.files/hello_world.text/nickle.txt +1 -0
- data/zettacode.files/hello_world.text/nim.txt +3 -0
- data/zettacode.files/hello_world.text/nit.txt +1 -0
- data/zettacode.files/hello_world.text/nix.txt +1 -0
- data/zettacode.files/hello_world.text/nlp++.txt +5 -0
- data/zettacode.files/hello_world.text/ns-hubasic.txt +6 -0
- data/zettacode.files/hello_world.text/nyquist.txt +15 -0
- data/zettacode.files/hello_world.text/oberon-2.txt +11 -0
- data/zettacode.files/hello_world.text/objeck.txt +6 -0
- data/zettacode.files/hello_world.text/objective-c.txt +42 -0
- data/zettacode.files/hello_world.text/ocaml.txt +1 -0
- data/zettacode.files/hello_world.text/occam.txt +5 -0
- data/zettacode.files/hello_world.text/octave.txt +5 -0
- data/zettacode.files/hello_world.text/odin.txt +6 -0
- data/zettacode.files/hello_world.text/oforth.txt +1 -0
- data/zettacode.files/hello_world.text/ol.txt +1 -0
- data/zettacode.files/hello_world.text/onyx.txt +1 -0
- data/zettacode.files/hello_world.text/ooc.txt +8 -0
- data/zettacode.files/hello_world.text/oorexx.txt +4 -0
- data/zettacode.files/hello_world.text/openlisp.txt +10 -0
- data/zettacode.files/hello_world.text/openscad.txt +5 -0
- data/zettacode.files/hello_world.text/oxygene.txt +25 -0
- data/zettacode.files/hello_world.text/oz.txt +1 -0
- data/zettacode.files/hello_world.text/pari-gp.txt +2 -0
- data/zettacode.files/hello_world.text/pascal.txt +5 -0
- data/zettacode.files/hello_world.text/pasm.txt +2 -0
- data/zettacode.files/hello_world.text/pdp-11_assembly.txt +15 -0
- data/zettacode.files/hello_world.text/pdp-1_assembly.txt +22 -0
- data/zettacode.files/hello_world.text/pepsiscript.txt +16 -0
- data/zettacode.files/hello_world.text/perl.txt +11 -0
- data/zettacode.files/hello_world.text/peylang.txt +1 -0
- data/zettacode.files/hello_world.text/pharo.txt +4 -0
- data/zettacode.files/hello_world.text/phix.txt +4 -0
- data/zettacode.files/hello_world.text/phl.txt +7 -0
- data/zettacode.files/hello_world.text/php.txt +5 -0
- data/zettacode.files/hello_world.text/picat.txt +1 -0
- data/zettacode.files/hello_world.text/picolisp.txt +1 -0
- data/zettacode.files/hello_world.text/pict.txt +6 -0
- data/zettacode.files/hello_world.text/pikachu.txt +23 -0
- data/zettacode.files/hello_world.text/pike.txt +3 -0
- data/zettacode.files/hello_world.text/pilot.txt +1 -0
- data/zettacode.files/hello_world.text/pir.txt +3 -0
- data/zettacode.files/hello_world.text/pixilang.txt +1 -0
- data/zettacode.files/hello_world.text/pl-i.txt +3 -0
- data/zettacode.files/hello_world.text/pl-m.txt +13 -0
- data/zettacode.files/hello_world.text/pl-sql.txt +21 -0
- data/zettacode.files/hello_world.text/plain_english.txt +7 -0
- data/zettacode.files/hello_world.text/plan.txt +14 -0
- data/zettacode.files/hello_world.text/pony.txt +3 -0
- data/zettacode.files/hello_world.text/pop11.txt +1 -0
- data/zettacode.files/hello_world.text/portugol.txt +11 -0
- data/zettacode.files/hello_world.text/postscript.txt +31 -0
- data/zettacode.files/hello_world.text/potion.txt +1 -0
- data/zettacode.files/hello_world.text/powerbasic.txt +7 -0
- data/zettacode.files/hello_world.text/powershell.txt +4 -0
- data/zettacode.files/hello_world.text/processing.txt +1 -0
- data/zettacode.files/hello_world.text/prodos.txt +1 -0
- data/zettacode.files/hello_world.text/programming_language.txt +5 -0
- data/zettacode.files/hello_world.text/prolog.txt +1 -0
- data/zettacode.files/hello_world.text/promal.txt +7 -0
- data/zettacode.files/hello_world.text/psql.txt +7 -0
- data/zettacode.files/hello_world.text/pure.txt +5 -0
- data/zettacode.files/hello_world.text/purebasic.txt +5 -0
- data/zettacode.files/hello_world.text/python.txt +19 -0
- data/zettacode.files/hello_world.text/qb64.txt +1 -0
- data/zettacode.files/hello_world.text/quackery.txt +1 -0
- data/zettacode.files/hello_world.text/quill.txt +1 -0
- data/zettacode.files/hello_world.text/quite_basic.txt +1 -0
- data/zettacode.files/hello_world.text/r.txt +5 -0
- data/zettacode.files/hello_world.text/ra.txt +8 -0
- data/zettacode.files/hello_world.text/racket.txt +3 -0
- data/zettacode.files/hello_world.text/raku.txt +4 -0
- data/zettacode.files/hello_world.text/rasel.txt +1 -0
- data/zettacode.files/hello_world.text/ratfor.txt +11 -0
- data/zettacode.files/hello_world.text/raven.txt +1 -0
- data/zettacode.files/hello_world.text/realbasic.txt +7 -0
- data/zettacode.files/hello_world.text/rebol.txt +1 -0
- data/zettacode.files/hello_world.text/red.txt +1 -0
- data/zettacode.files/hello_world.text/relation.txt +4 -0
- data/zettacode.files/hello_world.text/rescript.txt +2 -0
- data/zettacode.files/hello_world.text/retro.txt +4 -0
- data/zettacode.files/hello_world.text/rexx.txt +13 -0
- data/zettacode.files/hello_world.text/ring.txt +1 -0
- data/zettacode.files/hello_world.text/risc-v.txt +11 -0
- data/zettacode.files/hello_world.text/rockstar.txt +1 -0
- data/zettacode.files/hello_world.text/rtl-2.txt +12 -0
- data/zettacode.files/hello_world.text/ruby.txt +11 -0
- data/zettacode.files/hello_world.text/run_basic.txt +1 -0
- data/zettacode.files/hello_world.text/rust.txt +13 -0
- data/zettacode.files/hello_world.text/salmon.txt +9 -0
- data/zettacode.files/hello_world.text/sas.txt +4 -0
- data/zettacode.files/hello_world.text/sasl.txt +4 -0
- data/zettacode.files/hello_world.text/sather.txt +5 -0
- data/zettacode.files/hello_world.text/scala.txt +19 -0
- data/zettacode.files/hello_world.text/scheme.txt +21 -0
- data/zettacode.files/hello_world.text/scilab.txt +1 -0
- data/zettacode.files/hello_world.text/scratchscript.txt +4 -0
- data/zettacode.files/hello_world.text/sed.txt +3 -0
- data/zettacode.files/hello_world.text/seed7.txt +6 -0
- data/zettacode.files/hello_world.text/self.txt +1 -0
- data/zettacode.files/hello_world.text/sensetalk.txt +1 -0
- data/zettacode.files/hello_world.text/set_lang.txt +12 -0
- data/zettacode.files/hello_world.text/setl.txt +1 -0
- data/zettacode.files/hello_world.text/setl4.txt +1 -0
- data/zettacode.files/hello_world.text/shen.txt +1 -0
- data/zettacode.files/hello_world.text/shiny.txt +1 -0
- data/zettacode.files/hello_world.text/sidef.txt +1 -0
- data/zettacode.files/hello_world.text/simplecode.txt +3 -0
- data/zettacode.files/hello_world.text/simpol.txt +2 -0
- data/zettacode.files/hello_world.text/simula.txt +5 -0
- data/zettacode.files/hello_world.text/sing.txt +7 -0
- data/zettacode.files/hello_world.text/sisal.txt +10 -0
- data/zettacode.files/hello_world.text/skookumscript.txt +3 -0
- data/zettacode.files/hello_world.text/slate.txt +1 -0
- data/zettacode.files/hello_world.text/slope.txt +1 -0
- data/zettacode.files/hello_world.text/smalltalk.txt +4 -0
- data/zettacode.files/hello_world.text/smart_basic.txt +1 -0
- data/zettacode.files/hello_world.text/smilebasic.txt +1 -0
- data/zettacode.files/hello_world.text/snobol4.txt +3 -0
- data/zettacode.files/hello_world.text/snusp.txt +11 -0
- data/zettacode.files/hello_world.text/soneking_assembly.txt +10 -0
- data/zettacode.files/hello_world.text/sparc_assembly.txt +18 -0
- data/zettacode.files/hello_world.text/sparkling.txt +1 -0
- data/zettacode.files/hello_world.text/spl.txt +1 -0
- data/zettacode.files/hello_world.text/sql.txt +12 -0
- data/zettacode.files/hello_world.text/sql_pl.txt +35 -0
- data/zettacode.files/hello_world.text/standard_ml.txt +1 -0
- data/zettacode.files/hello_world.text/stata.txt +1 -0
- data/zettacode.files/hello_world.text/suneido.txt +1 -0
- data/zettacode.files/hello_world.text/swahili.txt +1 -0
- data/zettacode.files/hello_world.text/swift.txt +4 -0
- data/zettacode.files/hello_world.text/symsyn.txt +3 -0
- data/zettacode.files/hello_world.text/tailspin.txt +1 -0
- data/zettacode.files/hello_world.text/tcl.txt +5 -0
- data/zettacode.files/hello_world.text/teco.txt +2 -0
- data/zettacode.files/hello_world.text/tern.txt +1 -0
- data/zettacode.files/hello_world.text/terra.txt +6 -0
- data/zettacode.files/hello_world.text/terraform.txt +3 -0
- data/zettacode.files/hello_world.text/testml.txt +2 -0
- data/zettacode.files/hello_world.text/ti-83_basic.txt +2 -0
- data/zettacode.files/hello_world.text/ti-89_basic.txt +1 -0
- data/zettacode.files/hello_world.text/tiny_basic.txt +5 -0
- data/zettacode.files/hello_world.text/tmg.txt +2 -0
- data/zettacode.files/hello_world.text/torquescript.txt +1 -0
- data/zettacode.files/hello_world.text/tpp.txt +1 -0
- data/zettacode.files/hello_world.text/transact-sql.txt +2 -0
- data/zettacode.files/hello_world.text/transd.txt +2 -0
- data/zettacode.files/hello_world.text/transforth.txt +1 -0
- data/zettacode.files/hello_world.text/trith.txt +1 -0
- data/zettacode.files/hello_world.text/true_basic.txt +5 -0
- data/zettacode.files/hello_world.text/tuscript.txt +8 -0
- data/zettacode.files/hello_world.text/ubasic-4th.txt +1 -0
- data/zettacode.files/hello_world.text/uniface.txt +3 -0
- data/zettacode.files/hello_world.text/unison.txt +3 -0
- data/zettacode.files/hello_world.text/unix_shell.txt +9 -0
- data/zettacode.files/hello_world.text/unlambda.txt +1 -0
- data/zettacode.files/hello_world.text/ursa.txt +1 -0
- data/zettacode.files/hello_world.text/ursala.txt +10 -0
- data/zettacode.files/hello_world.text/v.txt +1 -0
- data/zettacode.files/hello_world.text/v_(vlang).txt +3 -0
- data/zettacode.files/hello_world.text/vala.txt +3 -0
- data/zettacode.files/hello_world.text/vax_assembly.txt +10 -0
- data/zettacode.files/hello_world.text/vba.txt +6 -0
- data/zettacode.files/hello_world.text/vbscript.txt +2 -0
- data/zettacode.files/hello_world.text/vedit_macro_language.txt +1 -0
- data/zettacode.files/hello_world.text/verbexx.txt +2 -0
- data/zettacode.files/hello_world.text/verilog.txt +8 -0
- data/zettacode.files/hello_world.text/vhdl.txt +16 -0
- data/zettacode.files/hello_world.text/vim_script.txt +1 -0
- data/zettacode.files/hello_world.text/visual_basic.txt +22 -0
- data/zettacode.files/hello_world.text/visual_basic_.net.txt +7 -0
- data/zettacode.files/hello_world.text/viua_vm_assembly.txt +6 -0
- data/zettacode.files/hello_world.text/vtl-2.txt +1 -0
- data/zettacode.files/hello_world.text/wart.txt +2 -0
- data/zettacode.files/hello_world.text/wdte.txt +1 -0
- data/zettacode.files/hello_world.text/webassembly.txt +38 -0
- data/zettacode.files/hello_world.text/wee_basic.txt +2 -0
- data/zettacode.files/hello_world.text/whenever.txt +2 -0
- data/zettacode.files/hello_world.text/whiley.txt +5 -0
- data/zettacode.files/hello_world.text/whitespace.txt +1 -0
- data/zettacode.files/hello_world.text/wisp.txt +8 -0
- data/zettacode.files/hello_world.text/wolfram_language.txt +1 -0
- data/zettacode.files/hello_world.text/wren.txt +1 -0
- data/zettacode.files/hello_world.text/x10.txt +8 -0
- data/zettacode.files/hello_world.text/x86-64_assembly.txt +44 -0
- data/zettacode.files/hello_world.text/x86_assembly.txt +37 -0
- data/zettacode.files/hello_world.text/xbasic.txt +12 -0
- data/zettacode.files/hello_world.text/xeec.txt +4 -0
- data/zettacode.files/hello_world.text/xl.txt +2 -0
- data/zettacode.files/hello_world.text/xlisp.txt +2 -0
- data/zettacode.files/hello_world.text/xpath.txt +1 -0
- data/zettacode.files/hello_world.text/xpl0.txt +3 -0
- data/zettacode.files/hello_world.text/xslt.txt +5 -0
- data/zettacode.files/hello_world.text/yabasic.txt +3 -0
- data/zettacode.files/hello_world.text/yorick.txt +1 -0
- data/zettacode.files/hello_world.text/z80_assembly.txt +21 -0
- data/zettacode.files/hello_world.text/zig.txt +4 -0
- data/zettacode.files/hello_world.text/zkl.txt +2 -0
- data/zettacode.files/hello_world.text/zoea.txt +2 -0
- data/zettacode.files/hello_world.text/zoea_visual.txt +1 -0
- data/zettacode.files/hello_world.text/zoomscript.txt +5 -0
- data/zettacode.files/hello_world.text/zx_spectrum_basic.txt +4 -0
- 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
- data/zettacode.files/input/aritmetic-integer.xml +5876 -0
- data/zettacode.files/input/hello-world-text.xml +4498 -0
- data/zettacode.gemspec +45 -0
- metadata +892 -0
@@ -0,0 +1,32 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
(fu
|
4
|
+
( ))
|
5
|
+
|
6
|
+
(fu - ()
|
7
|
+
(c (: f '"P : " '"~~")
|
8
|
+
((u ' ( b))
|
9
|
+
(: f '"~ + ~ = ~~" ( b (+ b)))
|
10
|
+
(: f '"~ - ~ = ~~" ( b (- b)))
|
11
|
+
(: f '"~ * ~ = ~~" ( b (* b)))
|
12
|
+
(: f '"~^~ = ~~" ( b (: b)))
|
13
|
+
uc z
|
14
|
+
(: f '"~ ~ = ~~" ( b ( b)))
|
15
|
+
' u f
|
16
|
+
(: f '"~ ~ = ~~" ( b ( b))))))
|
17
|
+
|
18
|
+
|
19
|
+
U f LFE REPL:
|
20
|
+
|
21
|
+
(u '".f")
|
22
|
+
#( )
|
23
|
+
(-)
|
24
|
+
P : 2 8
|
25
|
+
2 + 8 = 10
|
26
|
+
2 - 8 = -6
|
27
|
+
2 * 8 = 16
|
28
|
+
2^8 = 256.0
|
29
|
+
2 8 = 0
|
30
|
+
2 8 = 2
|
31
|
+
|
32
|
+
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# Mb ou d o mo mmc fuco
|
2
|
+
# f Tc :
|
3
|
+
# ("c ::c::fuc")
|
4
|
+
|
5
|
+
() {
|
6
|
+
, b
|
7
|
+
u("E :")
|
8
|
+
= ()(())
|
9
|
+
b = ()(())
|
10
|
+
u("${} + ${b} = ${+b}")
|
11
|
+
u("${} - ${b} = ${-b}")
|
12
|
+
u("${} * ${b} = ${*b}")
|
13
|
+
u("${} ${b} = ${b}, ${%b}")
|
14
|
+
u("${} f ${b} = ${()(,b)}")
|
15
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
k " 2 umb (comm d)"
|
2
|
+
f
|
3
|
+
u 1 f 1
|
4
|
+
u 2 f 2
|
5
|
+
u u(1,2) ["u"]
|
6
|
+
u 1 * 2 ["uc"]
|
7
|
+
u 1 2 ["qu"] -- uc
|
8
|
+
u 1 2 [""]
|
9
|
+
u 1^2 [""]
|
10
|
+
cb u c c
|
11
|
+
u
|
12
|
+
f
|
13
|
+
Em-2,4 - ow:16,oduc:-8,quo:0,md:-2,um:2
|
14
|
+
2,-4 - :0.0625,uc:-8,qu:0,:2,u:-2
|
15
|
+
-2,-4 - :0.0625,uc:8,qu:0,:-2,u:-6
|
16
|
+
2,4 - :16,uc:8,qu:0,:2,u:6
|
17
|
+
11,4 - :14641,uc:44,qu:2,:3,u:15
|
@@ -0,0 +1,54 @@
|
|
1
|
+
W c u b %, c ub c . T c 17 . A A%=1.5 2, 1. T c u: A%=12 1 A%. W c u FLOOR() INT() , CEIL(), BANK() c B Ru: BANK(2.5)=2 BANK(3.5)=4.
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
|
6
|
+
="2000 "
|
7
|
+
MODULE LCBc {
|
8
|
+
\\ ADDITION: EUCLIDEAN DIV# MOD# AND ** FOR POWER INCLUDING ^
|
9
|
+
10 INPUT "ENTER A NUMBER:" A%
|
10
|
+
20 INPUT "ENTER ANOTHER NUMBER:" B%
|
11
|
+
30 PRINT "ADDITION:"A%"+"B%"="A%+B%
|
12
|
+
40 PRINT "SUBTRACTION:"A%"-"B%"="A%-B%
|
13
|
+
50 PRINT "MULTIPLICATION:"A%"*"B%"="A%*B%
|
14
|
+
60 PRINT "INTEGER DIVISION:"A%"DIV"B%"="A% DIV B%
|
15
|
+
65 PRINT "INTEGER EUCLIDEAN DIVISION:"A%"DIV"B%"="A% DIV# B%
|
16
|
+
70 PRINT "REMAINDER OR MODULO:"A%"MOD"B%"="A% MOD B%
|
17
|
+
75 PRINT "EUCLIDEAN REMAINDER OR MODULO:"A%"MOD#"B%"="A% MOD# B%
|
18
|
+
80 PRINT "POWER:"A%"^"B%"="A%^B%
|
19
|
+
90 PRINT "POWER:"A%"**"B%"="A%**B%
|
20
|
+
}
|
21
|
+
LCBc
|
22
|
+
|
23
|
+
|
24
|
+
Mu IT {
|
25
|
+
=12% ' I 16 b
|
26
|
+
b=12 ' L 32 b
|
27
|
+
c=12@' Dc (29 )
|
28
|
+
Df ET$()=T$()
|
29
|
+
P ET$(+1)="Dub"
|
30
|
+
P ET$(+1%)="I"
|
31
|
+
P ET$( 5)="Dub"
|
32
|
+
P ET$( 5%)="Dub"
|
33
|
+
P ET$( 5)="Dub"
|
34
|
+
P ET$( 5%)="Dub"
|
35
|
+
P ET$(**2)="Dub"
|
36
|
+
|
37
|
+
P ET$(b+1)="Dub"
|
38
|
+
P ET$(b+1)="L"
|
39
|
+
P ET$(b 5)="Dub"
|
40
|
+
P ET$(b 5)="Dub"
|
41
|
+
P ET$(b 5)="Dub"
|
42
|
+
P ET$(b 5)="Dub"
|
43
|
+
P ET$(b**2)="Dub"
|
44
|
+
|
45
|
+
P ET$(c+1)="Dc"
|
46
|
+
P ET$(c+1@)="Dc"
|
47
|
+
P ET$(c 5)="Dc"
|
48
|
+
P ET$(c 5@)="Dc"
|
49
|
+
P ET$(c 5)="Dc"
|
50
|
+
P ET$(c 5@)="Dc"
|
51
|
+
P ET$(c**2)="Dub"
|
52
|
+
}
|
53
|
+
IT
|
54
|
+
|
@@ -0,0 +1,25 @@
|
|
1
|
+
T bu-. A c, u u .
|
2
|
+
|
3
|
+
DI := c()
|
4
|
+
c := ( "Iu : " ):
|
5
|
+
c b := ( "Iu : " ):
|
6
|
+
f( "Su = %\", + b ):
|
7
|
+
f( "Dffc = %\", - b ):
|
8
|
+
f( "Puc = %\", * b ):
|
9
|
+
f( "Qu = %\", qu( , b, 'c' ) ):
|
10
|
+
f( "R = %\", c ) # ( , b )
|
11
|
+
NULL # qu u
|
12
|
+
c:
|
13
|
+
|
14
|
+
H f c DI.
|
15
|
+
|
16
|
+
DI()
|
17
|
+
Iu : 15
|
18
|
+
Iu : 12
|
19
|
+
Su = 27
|
20
|
+
Dffc = 3
|
21
|
+
Puc = 180
|
22
|
+
Qu = 1
|
23
|
+
R = 3
|
24
|
+
|
25
|
+
|
@@ -0,0 +1,51 @@
|
|
1
|
+
T b (f "T N" ) u Mc c (, Mc 15, Mc P 6.0, Mc P 6.0 E). Mc' "b" fc u f f . T f f b, u cc c f, f z bcu c . M u b f b, fuc ( bu- fuc), , u (Mc u-, SI-b qu ). I '' b.
|
2
|
+
|
3
|
+
----
|
4
|
+
|
5
|
+
'''T N'''
|
6
|
+
|
7
|
+
''F qu, c u (.. z, f, c.).''
|
8
|
+
|
9
|
+
T qu fuc Mc, c . W u qu b f b u u b f, c u f, uc, c u z.
|
10
|
+
|
11
|
+
''F , c c f f f c , f ff.
|
12
|
+
''
|
13
|
+
W u Mc fuc (,), c u u , .
|
14
|
+
|
15
|
+
'''Iuc'''
|
16
|
+
|
17
|
+
E f u cc f I1 I2.
|
18
|
+
|
19
|
+
( f 'I1:= ' 'I2:=' , f ub )
|
20
|
+
|
21
|
+
'''I'''
|
22
|
+
|
23
|
+
'''Mc Iu Ouu'''
|
24
|
+
|
25
|
+
Mc "" u uu c c (" uc c").
|
26
|
+
|
27
|
+
'''Iu''':
|
28
|
+
|
29
|
+
== '' u u f := (f) ''
|
30
|
+
|
31
|
+
I O: ''I1'':='''-8'''
|
32
|
+
|
33
|
+
I T: ''I2'':='''3'''
|
34
|
+
|
35
|
+
'''Ru''':
|
36
|
+
|
37
|
+
== ''Mc uc ccu u f = (u) .''
|
38
|
+
|
39
|
+
u : ''I1'' + ''I2'' = -5
|
40
|
+
|
41
|
+
ffc : ''I1'' - ''I2'' = -11
|
42
|
+
|
43
|
+
uc : ''I1'' · ''I2'' = -24
|
44
|
+
|
45
|
+
qu : f(''I1''÷''I2'')=-3 uc(I1÷I2)=-2
|
46
|
+
|
47
|
+
: (''I1'',''I2'')=-2
|
48
|
+
|
49
|
+
: ''I1''u''I2''u=-512
|
50
|
+
|
51
|
+
----
|
@@ -0,0 +1,18 @@
|
|
1
|
+
Mc fuc bu- . E:
|
2
|
+
= Iu["Gv m !"]
|
3
|
+
b = Iu["G !"]
|
4
|
+
P["Yu ", , " ", b]
|
5
|
+
P["u: ", + b]
|
6
|
+
P["ffc: ", - b]
|
7
|
+
P["uc: ", b]
|
8
|
+
P[" qu: ", Qu[, b]]
|
9
|
+
P[": ", M[, b]]
|
10
|
+
P[": ", ^b]
|
11
|
+
bc f u 17 3:
|
12
|
+
Yu 17 3
|
13
|
+
u: 20
|
14
|
+
ffc: 14
|
15
|
+
uc: 51
|
16
|
+
qu: 5
|
17
|
+
: 2
|
18
|
+
: 4913
|
@@ -0,0 +1,44 @@
|
|
1
|
+
|
2
|
+
:- u _.
|
3
|
+
:- fc.
|
4
|
+
|
5
|
+
:- _u .
|
6
|
+
:- (::, ::u) .
|
7
|
+
|
8
|
+
:- .
|
9
|
+
:- _u , , .
|
10
|
+
|
11
|
+
(!IO) :-
|
12
|
+
.c__u(A, !IO),
|
13
|
+
( f
|
14
|
+
A = [AS, BS],
|
15
|
+
._(AS, A),
|
16
|
+
._(BS, B)
|
17
|
+
|
18
|
+
.f("A + B = %\", [(A + B)], !IO),
|
19
|
+
.f("A - B = %\", [(A - B)], !IO),
|
20
|
+
.f("A * B = %\", [(A * B)], !IO),
|
21
|
+
|
22
|
+
% D: u z.
|
23
|
+
%
|
24
|
+
.f("A B = %\", [(A B)], !IO),
|
25
|
+
|
26
|
+
% D: u u f.
|
27
|
+
%
|
28
|
+
.f("A B = %\", [(A B)], !IO),
|
29
|
+
|
30
|
+
% Muu: X Y = X - (X Y) * Y.
|
31
|
+
%
|
32
|
+
.f("A B = %\", [(A B)], !IO),
|
33
|
+
|
34
|
+
% R: X Y = X - (X Y) * Y.
|
35
|
+
%
|
36
|
+
.f("A B = %\", [(A B)], !IO),
|
37
|
+
|
38
|
+
% E u fuc .2.
|
39
|
+
%
|
40
|
+
.f("A `` B = %\", [(A `` B)], !IO)
|
41
|
+
|
42
|
+
.__u(1, !IO)
|
43
|
+
).
|
44
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
MLI f ' u' ,
|
2
|
+
uu u ' uu' .
|
3
|
+
|
4
|
+
=""MCSKIP "WITH" NL
|
5
|
+
"" AcI
|
6
|
+
"" u c u 1, 2
|
7
|
+
MCSKIP MT,
|
8
|
+
MCINS %.
|
9
|
+
MCDEF SL SPACES NL AS MCSET T1=%A1.
|
10
|
+
MCSET T2=%A2.
|
11
|
+
+ b = %%T1.+%T2..
|
12
|
+
- b = %%T1.-%T2..
|
13
|
+
* b = %%T1.*%T2..
|
14
|
+
b = %%T1.%T2..
|
15
|
+
b = %%T1.-%%%T1.%T2..*%T2...
|
16
|
+
D uc
|
17
|
+
c c u. R c
|
18
|
+
f c , f ff.
|
@@ -0,0 +1,31 @@
|
|
1
|
+
MODULE
|
2
|
+
|
3
|
+
IMPORT IOu
|
4
|
+
|
5
|
+
VAR , b : INTEGER
|
6
|
+
|
7
|
+
BEGIN
|
8
|
+
IOu.WS ("E ub : ") IOu.WBf
|
9
|
+
IOu.RI ()
|
10
|
+
IOu.RI (b)
|
11
|
+
IOu.WS (" + b = ") IOu.WI ( + b, 9) IOu.WL
|
12
|
+
IOu.WS (" - b = ") IOu.WI ( - b, 9) IOu.WL
|
13
|
+
IOu.WS (" * b = ") IOu.WI ( * b, 9) IOu.WL
|
14
|
+
IOu.WS (" b = ") IOu.WI ( DIV b, 9) IOu.WL
|
15
|
+
IOu.WS (" MOD b = ") IOu.WI ( MOD b, 9) IOu.WL
|
16
|
+
IOu.WL
|
17
|
+
END .Puc:$$
|
18
|
+
E ub : 12 7
|
19
|
+
+ b = 19
|
20
|
+
- b = 5
|
21
|
+
* b = 84
|
22
|
+
b = 1
|
23
|
+
MOD b = 5
|
24
|
+
|
25
|
+
$$
|
26
|
+
E ub : 123 -111
|
27
|
+
+ b = 12
|
28
|
+
- b = 234
|
29
|
+
* b = -13653
|
30
|
+
b = -1
|
31
|
+
MOD b = 12
|
@@ -0,0 +1,15 @@
|
|
1
|
+
MODULE A EXPORTS M
|
2
|
+
|
3
|
+
IMPORT IO, F
|
4
|
+
|
5
|
+
VAR , b: INTEGER
|
6
|
+
|
7
|
+
BEGIN
|
8
|
+
:= IO.GI()
|
9
|
+
b := IO.GI()
|
10
|
+
IO.Pu("+b = " F.I( + b) "\")
|
11
|
+
IO.Pu("-b = " F.I( - b) "\")
|
12
|
+
IO.Pu("*b = " F.I( * b) "\")
|
13
|
+
IO.Pu(" DIV b = " F.I( DIV b) "\")
|
14
|
+
IO.Pu(" MOD b = " F.I( MOD b) "\")
|
15
|
+
END A.
|
@@ -0,0 +1,52 @@
|
|
1
|
+
N: M[UMPS] c "u".
|
2
|
+
W b ub, "u" u ""
|
3
|
+
, ffc.
|
4
|
+
|
5
|
+
T b u cc f "u"
|
6
|
+
ff f "", D Ku' f (Vu 1 f "b b"),
|
7
|
+
f u bu f ccc b fu b N H Ab (Auu 5, 1802 – A 6, 1829).
|
8
|
+
|
9
|
+
A(f,cod) Mmc oo
|
10
|
+
W "Pu",?12,f,"+",c,?25," = ",f+c,!
|
11
|
+
W "Mu",?12,f,"-",c,?25," = ",f-c,!
|
12
|
+
W "Mu",?12,f,"*",c,?25," = ",f*c,!
|
13
|
+
W "D",?12,f,"",c,?25," = ",fc,!
|
14
|
+
W "I D",?12,f,"\",c,?25," = ",f\c,!
|
15
|
+
W "P",?12,f,"**",c,?25," = ",f**c,!
|
16
|
+
W "Mu",?12,f,"#",c,?25," = ",f#c,!
|
17
|
+
W "A",?12,f,"",c,?25," = ",fc,!
|
18
|
+
W "O",?12,f,"!",c,?25," = ",f!c,!
|
19
|
+
Qu
|
20
|
+
|
21
|
+
D A(2,3)
|
22
|
+
Pu 2+3 = 5
|
23
|
+
Mu 2-3 = -1
|
24
|
+
Mu 2*3 = 6
|
25
|
+
D 23 = .6666666666666666667
|
26
|
+
I D 2\3 = 0
|
27
|
+
P 2**3 = 8
|
28
|
+
Mu 2#3 = 2
|
29
|
+
A 23 = 1
|
30
|
+
O 2!3 = 1
|
31
|
+
|
32
|
+
D A(16,0.5)
|
33
|
+
Pu 16+.5 = 16.5
|
34
|
+
Mu 16-.5 = 15.5
|
35
|
+
Mu 16*.5 = 8
|
36
|
+
D 16.5 = 32
|
37
|
+
I D 16\.5 = 32
|
38
|
+
P 16**.5 = 4
|
39
|
+
Mu 16#.5 = 0
|
40
|
+
A 16.5 = 1
|
41
|
+
O 16!.5 = 1
|
42
|
+
|
43
|
+
D A(0,2)
|
44
|
+
Pu 0+2 = 2
|
45
|
+
Mu 0-2 = -2
|
46
|
+
Mu 0*2 = 0
|
47
|
+
D 02 = 0
|
48
|
+
I D 0\2 = 0
|
49
|
+
P 0**2 = 0
|
50
|
+
Mu 0#2 = 0
|
51
|
+
A 02 = 0
|
52
|
+
O 0!2 = 1
|
@@ -0,0 +1,18 @@
|
|
1
|
+
A b f C# u b. N I' u (**), bu M.P() u C# u u .
|
2
|
+
u Sm
|
3
|
+
|
4
|
+
c P
|
5
|
+
{
|
6
|
+
c M( : []) :
|
7
|
+
{
|
8
|
+
f = C.TI32([0])
|
9
|
+
f b = C.TI32([1])
|
10
|
+
|
11
|
+
C.WL("{0} + {1} = {2}", , b, + b)
|
12
|
+
C.WL("{0} - {1} = {2}", , b, - b)
|
13
|
+
C.WL("{0} * {1} = {2}", , b, * b)
|
14
|
+
C.WL("{0} {1} = {2}", , b, b) uc 0
|
15
|
+
C.WL("{0} % {1} = {2}", , b, % b) c f f
|
16
|
+
C.WL("{0} ** {1} = {2}", , b, ** b)
|
17
|
+
}
|
18
|
+
}
|
@@ -0,0 +1,26 @@
|
|
1
|
+
|
2
|
+
.
|
3
|
+
f 2012-01-17
|
4
|
+
|
5
|
+
(f ( ) ( ) ( (-)))
|
6
|
+
(q ( "P []: "))
|
7
|
+
(q ( "P : "))
|
8
|
+
|
9
|
+
N +, -, *, % .
|
10
|
+
()
|
11
|
+
( "Su: " (+ ))
|
12
|
+
( "Dffc: " (- ))
|
13
|
+
( "Puc: " (* ))
|
14
|
+
( "I qu (u 0): " ( ))
|
15
|
+
( "R: " (q (% )))
|
16
|
+
|
17
|
+
( "R c: "
|
18
|
+
(c ((= ( ) ( ) ( )) "b")
|
19
|
+
((= ( ) ( )) "f")
|
20
|
+
((= ( ) ( )) "c")))
|
21
|
+
|
22
|
+
()
|
23
|
+
( "E: " ( ))
|
24
|
+
|
25
|
+
() NL f u c.
|
26
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
|
2
|
+
E Q'N7.
|
3
|
+
|
4
|
+
Df u f :
|
5
|
+
mc OP A B{[f,,+,-,*,quo,mod,ow] A B}
|
6
|
+
|
7
|
+
T :
|
8
|
+
-23 mc 7
|
9
|
+
-23 7 -16 -30 -161 -4 5 -3404825447
|
10
|
+
|
11
|
+
N cc f qu cquc cc, b c u c? c.
|
12
|
+
|
13
|
+
F cquc, f cBc z, u z.
|
14
|
+
|
15
|
+
F cc, f cBc z, u cAc.
|
16
|
+
|
17
|
+
T qu b cBc f cAc.
|
18
|
+
|
19
|
+
N f f cquc:
|
20
|
+
|
21
|
+
A quo B =f= foo (A B)
|
22
|
+
|
23
|
+
cfc u f ( ).
|
@@ -0,0 +1,25 @@
|
|
1
|
+
mo o, u
|
2
|
+
|
3
|
+
|
4
|
+
: OP = OP()
|
5
|
+
= .cLR.
|
6
|
+
: = 0
|
7
|
+
b: = 0
|
8
|
+
|
9
|
+
:
|
10
|
+
= I([0])
|
11
|
+
b = I([1])
|
12
|
+
c VuE:
|
13
|
+
qu("I . T c.")
|
14
|
+
|
15
|
+
|
16
|
+
c(" : " $)
|
17
|
+
c("b : " $b)
|
18
|
+
c(" + b : " $(+b))
|
19
|
+
c(" - b : " $(-b))
|
20
|
+
c(" * b : " $(*b))
|
21
|
+
c(" b: " $( b)) # u z
|
22
|
+
c(" b: " $( b)) # ( b)==() f ()!=(b)
|
23
|
+
c(" ^ b : " $( ^ b))
|
24
|
+
|
25
|
+
Ecu: A 4 5
|