Skip to content

Instantly share code, notes, and snippets.

@audreyt
Created April 21, 2012 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save audreyt/2434900 to your computer and use it in GitHub Desktop.
Save audreyt/2434900 to your computer and use it in GitHub Desktop.
for @jeffhung
SocialCalc.Formula.FunctionList.FOO = [(
(fname, operand, foperand, sheet) ->
scf = SocialCalc.Formula
value = scf.OperandValueAndType(sheet, foperand)
resulttype = "t"
result = value.value + "test"
scf.PushOperand(operand, resulttype, result)
), 1]
do doPlay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment