This version is out of date, covering development from v9.0.0 to v9.3.0. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v9 Icon

function fName(argument1, argument2, …){code}


Operator Type: 

Operator Scope of Action: 

Operator Purpose: 

Operator First Added: 

Operator Altered: 

 Function   [other Function type actions]

 Document   [operators of similar scope]

 Data manipulation   [other Data manipulation operators]

 9.1.0

 


function fName(argument1, argument2, …){code}

New to v9.1.0, this defines a new user-defined 'function'. A function is called by its name (here fName) and defined as described in detail here.

As functions are more complex than other operators, their syntax and use is described in Functions and its sub-notes:



A Tinderbox Reference File : Actions & Rules : Operators : Full Operator List : function fName(argument1, argument2, …){code}