From 723a4c38710e24ef82c2142d126e6cec48091494 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 28 Sep 2017 18:25:50 -0700 Subject: Fixed some of secrets' functionality by rewriting rule % = % --- lib/secrets.nom | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/secrets.nom') diff --git a/lib/secrets.nom b/lib/secrets.nom index b6274ab..756f988 100644 --- a/lib/secrets.nom +++ b/lib/secrets.nom @@ -17,7 +17,6 @@ compile (secret %key = %new_value) to code: |Wrong type, expected Var, but got: \(%key's "type") "secrets[\(repr (%key's "value"))] = \(%new_value as lua)" -enable debugging with secrets: secret %foo = 5 rule (plumb %) =: @@ -26,5 +25,5 @@ with secrets: secret %foo say (frop) -pumb 99 +plumb 99 say (frop) -- cgit v1.2.3