Mercurial > code > home > repos > light9
changeset 1024:3506c2616728
playing with example syntax
Ignore-this: e81452fe81bbdc0313d8de9a85b0231e
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Mon, 26 May 2014 08:05:49 +0000 |
parents | bdbf9f3acc6b |
children | 09c3fc7cf6ba |
files | show/dance2014/demo.n3 |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/show/dance2014/demo.n3 Mon May 26 07:59:08 2014 +0000 +++ b/show/dance2014/demo.n3 Mon May 26 08:05:49 2014 +0000 @@ -11,7 +11,7 @@ # :Effect replaces :Subterm <http://ex/effect/song1/openingLook> a :Effect; - :code "out = sub('stageleft', intensity=curve1)"; + :code "out = sub(sub:stageleft, intensity=song1:opening)"; # save the code as an AST also, to get all the links? web page was # going to parse it anyway. but, sometimes it will have a syntax # error. Can code with errors just parse to a bogus AST that saves