Syntax:
take {value} from {variable} [giving {variable}]
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKTake.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHTake.class
Function:
Subtracts a numeric value from a variable, optionally placing the result in a second variable and leaving the first unchanged.
Example(s):
take 5 from N
take the length of Word from Count giving NewCount