| Functions with varying return types: callInstructions: callcall <filename>
Functions with varying return types: call
 Instructions: callcall <filename>, <value> [,…]
 Functions with varying return types: callInstructions: callCall another vip Example Scripts: CGI Scripts
 Example Scripts: Scriptsscript like a Vipsi command syntax: Procedures
 Data Types: Procedures
 Glossary: Procedureprocedure with parameters.
 Calling another vip Example Scripts: CGI ScriptsExample Scripts: Scriptsscript is very similar to executing a Modes of Operation: Shell Scriptsshell script except that Flow control: if … then
 Flow control: try … thenthe Example Scripts: CGI Scripts
 Example Scripts: Scriptsscript can be passed Operators: Boolean And with Variable "&&="
 Operators: Bitwise And with Variable "&="
 Operators: Bitwise And "&"
 Operators: Boolean And "&&"and Shell Scripts: Return values
 Appendix: Return valuesreturn values of any type. Flow control: if … then
 Flow control: try … thenThe called Example Scripts: CGI Scripts
 Example Scripts: Scriptsscript shares Flow control: if … then
 Flow control: try … thenthe Interactive Shell: Preferencespreferences of Flow control: if … then
 Flow control: try … thenthe current context but cannot access it's Glossary: Variable, var_refvariables Operators: Boolean And with Variable "&&="
 Operators: Bitwise And with Variable "&="
 Operators: Bitwise And "&"
 Operators: Boolean And "&&"and Vipsi command syntax: Procedures
 Data Types: Procedures
 Glossary: Procedureprocedures.
 Flow control: if … thenFlow control: try … thenThe included Example Scripts: CGI Scripts
 Example Scripts: Scriptsscript Flow control: end
 Shell Immediate Commands: exit, quit, endends when it executes an Flow control: end
 Shell Immediate Commands: exit, quit, endend Vipsi command syntax: Instructions
 Instructions
 Glossary: Instructioninstruction, Flow control: returnreturn on ground level (Operators: Bitwise Not "~"
 Operators: Boolean Negation "!"not inside a Vipsi command syntax: Procedures
 Data Types: Procedures
 Glossary: Procedureprocedure) Operators: Boolean Or with Variable "||="
 Operators: Bitwise Or with Variable "|="
 Operators: Bitwise Or "|"
 Operators: Boolean Or "||"or program execution reaches Flow control: if … then
 Flow control: try … thenthe Flow control: end
 Shell Immediate Commands: exit, quit, endend of Flow control: if … then
 Flow control: try … thenthe Example Scripts: CGI Scripts
 Example Scripts: Scriptsscript Text functions: file
 Instructions: filefile. It also Flow control: end
 Shell Immediate Commands: exit, quit, endends when it encounters an uncatched error, which generates an error in Flow control: if … then
 Flow control: try … thenthe calling Example Scripts: CGI Scripts
 Example Scripts: Scriptsscript which subsequently will terminate Flow control: if … then
 Flow control: try … thenthe calling Example Scripts: CGI Scripts
 Example Scripts: Scriptsscript Flow control: if … thenif it Flow control: do … loopdoes Operators: Bitwise Not "~"
 Operators: Boolean Negation "!"not catch Flow control: if … then
 Flow control: try … thenthe error.
 There is also a Vipsi command syntax: FunctionsFunctions
 Glossary: Functionfunction Functions with varying return types: call
 Instructions: callcall which Flow control: returnreturns a result Glossary: Valuevalue.
 e.g.: Functions with varying return types: callInstructions: callcall "utils/store_db_entry.vs", user_id, Glossary: number, num_valnumber, Glossary: Valuevalue
 |