Another update from ingydotnet^djgoku

This commit is contained in:
Ingy döt Net 2015-11-18 06:14:39 +00:00
parent 91df62d461
commit 948b86eafa
7604 changed files with 108452 additions and 22726 deletions

View file

@ -11,3 +11,5 @@ to run the languages' example in the [[Hello world/Text]] task.
;Note<nowiki>:</nowiki>
* If it is more natural for a language to give output via a GUI or to a file etc, then use that method of output rather than as text to a terminal/command-line, but remember to give instructions on how to view the output generated.
* You may use sub-headings if giving instructions for multiple platforms.
{{omit from|ABAP|There's no newbie frienly way to install ABAP. It's part of the enterprise NetWeaver Application Server.}}

View file

@ -0,0 +1 @@
Print "HelloWorld!"

View file

@ -0,0 +1,4 @@
clg # Clear the graphics screen
font "Arial",10,100 # Set the font style, size, and weight respectively
color black # Set the color...
text 0,0,"HelloWorld!" # Display in (x,y) the text HelloWorld!

View file

@ -0,0 +1 @@
(format t "Hello world!~%")

View file

@ -0,0 +1 @@
(load "hello.lisp")

View file

@ -0,0 +1 @@
"Hello, World!" #This is a comment.

View file

@ -0,0 +1 @@
wRiTe-HOsT "Hello, World!" #PowerShell is case-insensitive.

View file

@ -0,0 +1 @@
Write-Host Hello`, World! #The backtick escapes the next character.

View file

@ -0,0 +1,2 @@
#lang racket
(displayln "Hello world!")

View file

@ -0,0 +1 @@
setl 'print("Hello, world!");'

View file

@ -0,0 +1 @@
print("Hello, world!");

View file

@ -0,0 +1 @@
setl myscript.setl