ft-2-ldpl/ft-2.ldpl

20 lines
498 B
Plaintext
Raw Normal View History

2021-08-03 03:28:44 +00:00
# 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
2021-08-07 03:13:41 +00:00
Display "Please answer the following questions TRUTHFULLY, so that this application can accurately predict your future."