update basic apps and add ldpl folder

This commit is contained in:
2021-03-03 20:40:43 -05:00
parent ba1daaea6b
commit 250a292421
2 changed files with 33 additions and 7 deletions

10
ldpl/hello.ldpl Normal file
View 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