ref: 3bca64d349c14b9dc1f3a020b1360827091597a5
parent: c6d981d35bb7b93b9b43e1920d45a71f00328dd3
parent: 355051722b180570441bacc180e75709fa423b1c
author: Devine Lu Linvega <aliceffekt@gmail.com>
date: Tue Mar 24 16:16:09 EDT 2020
Merge pull request #56 from cmaughan/hotfixes/variable-input Fix Variable
--- a/sim.c
+++ b/sim.c
@@ -671,7 +671,7 @@
BEGIN_OPERATOR(variable)
LOWERCASE_REQUIRES_BANG;
PORT(0, -1, IN | PARAM);
- PORT(0, 1, IN | PARAM);
+ PORT(0, 1, IN);
Glyph left = PEEK(0, -1);
Glyph right = PEEK(0, 1);
if (left != '.') {