update basic apps and add ldpl folder
This commit is contained in:
10
ldpl/hello.ldpl
Normal file
10
ldpl/hello.ldpl
Normal file
@@ -0,0 +1,10 @@
|
||||
# LDPL 'Hello World' example
|
||||
|
||||
data:
|
||||
name is text # Your name will go here.
|
||||
|
||||
procedure:
|
||||
display "Hello World!" lf "What's your name? "
|
||||
accept name
|
||||
display "你好, " name ", welcome to LDPL!" lf
|
||||
|
Reference in New Issue
Block a user