sequence function: add-learn

    description:
        add-learn(sp, sp, seq)
        wrapper around an add-learn rule, so we can use it in operators
      
    examples:
        add-learn(|op: friends>, |Fred>, |Sam>)
        implements: friends |Fred> +=> |Sam>

    see also:
        learn, apply

Home