From 5027bd4f0f2c6dcebf667a6924c50b0ca3df235f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 26 Nov 2018 16:28:06 -0800 Subject: Upgraded/autoformatted. --- core/metaprogramming.nom | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/metaprogramming.nom') diff --git a/core/metaprogramming.nom b/core/metaprogramming.nom index 420c62d..99488c7 100644 --- a/core/metaprogramming.nom +++ b/core/metaprogramming.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V4.11.12.8 +#!/usr/bin/env nomsu -V4.12.12.8 # This File contains actions for making actions and compile-time actions and some helper functions to make that easier. @@ -373,7 +373,8 @@ externally (type of %) means: test: assume ((run "return (2 + 99)") == 101) %x = 0 - externally (set to %) means: external %x = % + externally (set to %) means: + external %x = % run "set to 1" assume %x == 1 assume (run \(return \(\(5) + \(5)))) == 10 -- cgit v1.2.3