From e4660b169c14d24c3ec373b197e8b9469d200d50 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 22 Sep 2017 11:56:46 -0700 Subject: Renamed compiler -> nomsu for concision and clarity. --- examples/tutorial.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/tutorial.nom') diff --git a/examples/tutorial.nom b/examples/tutorial.nom index 8739348..7e9a14b 100644 --- a/examples/tutorial.nom +++ b/examples/tutorial.nom @@ -259,7 +259,7 @@ say the time say ".."|Math expression result is: \lua expr "(1 + 2*3 + 3*4)^2"\ #.. In the lua environment, "vars" can be used to get local variables/function args, and - "compiler" can be used to access the compiler, function defs, and other things + "nomsu" can be used to access the compiler, function defs, and other things rule [square root of %n] =: lua expr "math.sqrt(vars.n)" say ".."|The square root of 2 is \square root of 2\ -- cgit v1.2.3