From e846aad2fa4d7f2ac5f372445e87f8b3f59e3161 Mon Sep 17 00:00:00 2001 From: heigarpichardo <47454441+heigarpichardo@users.noreply.github.com> Date: Fri, 30 Oct 2020 19:46:43 -0400 Subject: [PATCH] Add FoxPro (#860) Co-authored-by: Richie Bendall --- README.md | 3 ++- f/FoxPro.prg | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 f/FoxPro.prg diff --git a/README.md b/README.md index 321c92d8..cd339459 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contributing to the project! -## Languages (698 total) +## Languages (699 total) * [05Ab1E](%23/05AB1E) * [0815](%23/0815.0815) @@ -294,6 +294,7 @@ Make sure to see [CONTRIBUTING.md](/CONTRIBUTING.md) for instructions on contrib * [Frink](f/frink.frink) * [Fsharp](f/fsharp.fs) * [Fstar](f/fstar.fst) +* [FoxPro](f/FoxPro.prg) * [Gaml](g/GAML.gaml) * [Gammaplex](g/gammaplex.gammaplex) * [Gasoil](g/GASOIL.gasoil) diff --git a/f/FoxPro.prg b/f/FoxPro.prg new file mode 100644 index 00000000..92a04b32 --- /dev/null +++ b/f/FoxPro.prg @@ -0,0 +1 @@ +? "Hello World"