Merge branch 'master' into patch-2
This commit is contained in:
1
s/hello.st
Normal file
1
s/hello.st
Normal file
@@ -0,0 +1 @@
|
||||
'Hello World' printNl !
|
||||
1
s/sacred.sacred
Normal file
1
s/sacred.sacred
Normal file
@@ -0,0 +1 @@
|
||||
)( )( (( )( (( (( () ( () ( (( () )) )( )( )( )) )( )) )( )) )( (( (( (( ) )) ) (( (( )( )( ((( (( () () () () () () ((( (( (( )( ((( ((( (( (( ((( (( () ((( )) )) ((( )) )) ((( (( (( (( ((( () () () ((( )) )) ((( )) )) )( ((( (( (( (( () (((
|
||||
1
s/schwift.y
Normal file
1
s/schwift.y
Normal file
@@ -0,0 +1 @@
|
||||
show me what you got "Hello World"
|
||||
1
s/self.self
Normal file
1
s/self.self
Normal file
@@ -0,0 +1 @@
|
||||
'Hello World!' printLine
|
||||
1
s/shen.shen
Normal file
1
s/shen.shen
Normal file
@@ -0,0 +1 @@
|
||||
(pr "hello world")
|
||||
5
s/simpl+.usp
Normal file
5
s/simpl+.usp
Normal file
@@ -0,0 +1,5 @@
|
||||
// Hello World in Crestron's SIMPL+
|
||||
Function Main
|
||||
{
|
||||
Print("Hello World!\n");
|
||||
}
|
||||
3
s/sparql.sparql
Normal file
3
s/sparql.sparql
Normal file
@@ -0,0 +1,3 @@
|
||||
SELECT ?h WHERE {
|
||||
VALUES ?h { "Hello World!" }
|
||||
}
|
||||
@@ -1,4 +1 @@
|
||||
CREATE TABLE HELLO (HELLO CHAR(12))
|
||||
UPDATE HELLO
|
||||
SET HELLO = 'HELLO WORLD!'
|
||||
SELECT * FROM HELLO
|
||||
SELECT "Hello World";
|
||||
|
||||
2
s/stanza.stanza
Normal file
2
s/stanza.stanza
Normal file
@@ -0,0 +1,2 @@
|
||||
println("Hello World")
|
||||
|
||||
1
s/streem.strm
Normal file
1
s/streem.strm
Normal file
@@ -0,0 +1 @@
|
||||
["hello, world"] | stdout
|
||||
@@ -1 +1 @@
|
||||
probe oneshot { println("Hello, world") }
|
||||
probe oneshot { println("Hello, world") }
|
||||
Reference in New Issue
Block a user