From 8cc36e0c554fd1d64052eb1c21bbf4ba1cd21375 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 2 May 2022 11:48:18 +0200 Subject: [PATCH] add hacky workarounds library --- hacks.isbpl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hacks.isbpl diff --git a/hacks.isbpl b/hacks.isbpl new file mode 100644 index 0000000..d47bcc5 --- /dev/null +++ b/hacks.isbpl @@ -0,0 +1,7 @@ +"library that provides hacky workarounds to features of ISBPL" # + +func globalize { + JIO context level0 add2 +} + +