Work begins
This commit is contained in:
parent
f20f24f2d3
commit
f3b6bf2b03
|
@ -1,3 +1,3 @@
|
||||||
# FT-2-ldpl
|
# FT-2-ldpl
|
||||||
|
|
||||||
This is a recreation of my second Fortune Telling app, written in LDPL
|
This is a recreation of my second Fortune Telling app, written in [LDPL lang](https://www.ldpl-lang.org/).
|
19
ft-2.ldpl
Normal file
19
ft-2.ldpl
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# This is a very advanced fortune telling app written in LDPL.
|
||||||
|
|
||||||
|
# But before we get to the code, let me tell you a joke.
|
||||||
|
|
||||||
|
# Q: How many programmers does it take to change a light bulb?
|
||||||
|
# A: None. It's a hardware problem.
|
||||||
|
|
||||||
|
|
||||||
|
DATA:
|
||||||
|
|
||||||
|
weight is number
|
||||||
|
name is text
|
||||||
|
|
||||||
|
PROCEDURE:
|
||||||
|
|
||||||
|
Display "Enter your name: "
|
||||||
|
accept name
|
||||||
|
Display "Thank you for trying out this application, " name crlf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user