mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added count_chosen function;
Added I_DUP instruction git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1007 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -15,3 +15,6 @@ Is the given choice selected in the [[type:value#multiple_choice|multiple choice
|
||||
> chosen(choice: "red", "blue") == false
|
||||
> chosen(choice: "red", "red, blue") == true
|
||||
> chosen(choice: "blue", "red, blue") == true
|
||||
|
||||
--See also--
|
||||
| [[fun:count_chosen]] Count then number of choices selected in a multiple choice value.
|
||||
|
||||
Reference in New Issue
Block a user