From f3b6bf2b03a0379c5e38600103f2bdd9cda7c40b Mon Sep 17 00:00:00 2001 From: John Paul Wohlscheid Date: Mon, 2 Aug 2021 23:28:44 -0400 Subject: [PATCH] Work begins --- README.md | 2 +- ft-2.ldpl | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 ft-2.ldpl diff --git a/README.md b/README.md index 23a4484..aa663fa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # FT-2-ldpl -This is a recreation of my second Fortune Telling app, written in LDPL \ No newline at end of file +This is a recreation of my second Fortune Telling app, written in [LDPL lang](https://www.ldpl-lang.org/). \ No newline at end of file diff --git a/ft-2.ldpl b/ft-2.ldpl new file mode 100644 index 0000000..2e490ec --- /dev/null +++ b/ft-2.ldpl @@ -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 +