Merge pull request #215 from GeorgeGibson/master
Add Perseus, Amiga-E, Centura, Clipper
This commit is contained in:
1
a/Amiga-E.amiga-e
Normal file
1
a/Amiga-E.amiga-e
Normal file
@@ -0,0 +1 @@
|
|||||||
|
PROC main() IS WriteF('Hello World\n')
|
||||||
10
c/centura.centura
Normal file
10
c/centura.centura
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
! Hello World in Centura
|
||||||
|
|
||||||
|
Function: HelloWorld
|
||||||
|
Description:
|
||||||
|
Returns
|
||||||
|
Parameters
|
||||||
|
Static Variables
|
||||||
|
Local variables
|
||||||
|
Actions
|
||||||
|
Call SalMessageBox( 'Hello World','Message',MB_Ok)
|
||||||
1
c/clipper.clipper
Normal file
1
c/clipper.clipper
Normal file
@@ -0,0 +1 @@
|
|||||||
|
? "Hello World"
|
||||||
10
p/perseus.p++
Normal file
10
p/perseus.p++
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
link CUI entry main
|
||||||
|
|
||||||
|
include "Windows.inc"
|
||||||
|
include "Console.inc"
|
||||||
|
|
||||||
|
func main()
|
||||||
|
{
|
||||||
|
Console.Init("Console")
|
||||||
|
Console.Write("Hello World!")
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user