Menu Close
  • Categories
  • Tags
  • About
Close
    • Tim Chen's Blog
    • Categories
    • Tags
    • Search

    formula contains ismember isnotmember

    Published: August 02, 2018 by Tim Chen Creative Commons Licence

    • Categories:
    • Tags:
    • Notes 11

    formula test

    params @Contains @IsMember @IsNotMember !@IsMember = @IsNotMember
    a ; a 1 1 0 1
    a ; b 0 0 1 1
    a:b ; a 1 0 0 0
    a:b ; c 0 0 1 1
    a ; a:b 1 1 0 1
    a ; b:c 0 0 1 1
    a:a ; a 1 1 0 1
    a ; a:a 1 1 0 1
    a:b ; a:b 1 1 0 1
    a:b ; b:c 1 0 0 0
    a:b ; c:d 0 0 1 1
    Back to Top
    ← import simple texture into existing jekyll app is richtextitem empty →

    About

    Theme Simple Texture developed by Yi Zeng, powered by Jekyll.

    Back to Top