Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
documentation:language_reference:objects:responsefunction:functions:totable [2024/12/31 13:48] Maurits W. Haverkortdocumentation:language_reference:objects:responsefunction:functions:totable [2024/12/31 13:50] (current) Maurits W. Haverkort
Line 4: Line 4:
 ### ###
 //T = ResponseFunction.ToTable(G)// creates a table $T$ that can be used as input for //ResponseFunction.New// such that //G = ResponseFunctionNew(T)//. //T = ResponseFunction.ToTable(G)// creates a table $T$ that can be used as input for //ResponseFunction.New// such that //G = ResponseFunctionNew(T)//.
 +###
 +
 +###
 +The table $T$ has the metatable set to "ResponseFunctionMeta". This defines several functions one can use on the table similar to response functions stored as user data.
 ### ###
  
Print/export