From 40ad4b83877f43169aaf58fd200ff58bde17b763 Mon Sep 17 00:00:00 2001 From: Michael Wilhelm <107816195+FlyingTyper@users.noreply.github.com> Date: Mon, 20 Jun 2022 15:23:28 -0400 Subject: [PATCH] Create Conlog_and_Func --- Conlog_and_Func | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Conlog_and_Func diff --git a/Conlog_and_Func b/Conlog_and_Func new file mode 100644 index 0000000..27bdc1e --- /dev/null +++ b/Conlog_and_Func @@ -0,0 +1,13 @@ +let Scrap=0 + +Function Stuff() [ +Scrap+1 + + + + +] + +console.log (Stuff) + +//About:Blank said it was errored