Skip to content

Commit

Permalink
Schema: Accept variable substitution in [set_variable] root= and round=
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Oct 24, 2018
1 parent ebc6285 commit 66ae7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/schema/core/actionwml.cfg
Expand Up @@ -960,12 +960,12 @@
{SIMPLE_KEY divide s_real}
{SIMPLE_KEY modulo s_real}
{SIMPLE_KEY abs s_bool}
{SIMPLE_KEY root root_base}
{SIMPLE_KEY root root_base,subst}
{SIMPLE_KEY power s_real}
{SIMPLE_KEY rand string_list}
{SIMPLE_KEY time stamp}
{SIMPLE_KEY string_length string}
{SIMPLE_KEY round rounding_method}
{SIMPLE_KEY round rounding_method,subst}
{SIMPLE_KEY ipart s_real}
{SIMPLE_KEY fpart s_real}
{SIMPLE_KEY formula formula}
Expand Down

0 comments on commit 66ae7f3

Please sign in to comment.