diff --git a/README.md b/README.md index c6eda61..c543f7c 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ These are currently defined as builtins/standard library functions, but in the f ### Conditionals For now `if` is just a function. - Note: comma separated arguments implicitly converted to list -- + ``` let gpa = Num(input()); // 3.86 @@ -245,4 +245,4 @@ let delay3 = (: set_timeout(i, o)() ) - Avoid strong opinions ## More coming soon -Most of these features are at least working. There are some things that are implemented haven't made their way into this guide and even more that I haven't implemented but [have planned](https://docs.google.com/spreadsheets/d/1HZEsRAPhoAOnP-zT70_9bgLTrJVC9NmNyxKYWxsTT8Q/edit?usp=sharing). If there's anything you want to see added, lmk. \ No newline at end of file +Most of these features are at least working. There are some things that are implemented haven't made their way into this guide and even more that I haven't implemented but [have planned](https://docs.google.com/spreadsheets/d/1HZEsRAPhoAOnP-zT70_9bgLTrJVC9NmNyxKYWxsTT8Q/edit?usp=sharing). If there's anything you want to see added, lmk.