[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Index: J – S

Jump to:   !   $   %   @   ^  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Z  
Index Entry  Section

J
JOB 9.19 JOB
JOB 19 Branch Constructs

K
KILL 9.20 KILL
KSUBSCRIPTS 9.21 KSUBSCRIPTS
KVALUE 9.22 KVALUE

L
language dialects 37 Language Dialects
libfreem, data structures: freem_ent_t 44.2 freem_ent_t Data Structure
libfreem, data structures: freem_ref_t 44.1 freem_ref_t Data Structure
libfreem, freem_data() 44.8 freem_data()
libfreem, freem_ent_t.arguments 44.2 freem_ent_t Data Structure
libfreem, freem_ent_t.argument_count 44.2 freem_ent_t Data Structure
libfreem, freem_ent_t.name 44.2 freem_ent_t Data Structure
libfreem, freem_ent_t.status 44.2 freem_ent_t Data Structure
libfreem, freem_ent_t.value 44.2 freem_ent_t Data Structure
libfreem, freem_function() 44.18 freem_function()
libfreem, freem_get() 44.6 freem_get()
libfreem, freem_init() 44.3 freem_init()
libfreem, freem_kill() 44.7 freem_kill()
libfreem, freem_lock() 44.11 freem_lock()
libfreem, freem_order() 44.9 freem_order()
libfreem, freem_procedure() 44.19 freem_procedure()
libfreem, freem_query() 44.10 freem_query()
libfreem, freem_ref_t.name 44.1 freem_ref_t Data Structure
libfreem, freem_ref_t.reftype 44.1 freem_ref_t Data Structure
libfreem, freem_ref_t.status 44.1 freem_ref_t Data Structure
libfreem, freem_ref_t.subscripts 44.1 freem_ref_t Data Structure
libfreem, freem_ref_t.subscript_count 44.1 freem_ref_t Data Structure
libfreem, freem_ref_t.value 44.1 freem_ref_t Data Structure
libfreem, freem_set() 44.5 freem_set()
libfreem, freem_tcommit() 44.17 freem_tcommit()
libfreem, freem_tlevel() 44.16 freem_tlevel()
libfreem, freem_trestart() 44.14 freem_trestart()
libfreem, freem_trollback() 44.15 freem_trollback()
libfreem, freem_tstart() 44.13 freem_tstart()
libfreem, freem_unlock() 44.12 freem_unlock()
libfreem, freem_version() 44.4 freem_version()
libraries 23 Libraries
limitations, memory Appendix D Implementation Limits
local variables 16 Local Variables
LOCK 9.23 LOCK
locking 15 Concurrency Control
loop constructs 20 Loop Constructs

M
MAP 9.24 MAP
mappings, global 28 Global Mappings
maximum size, global Appendix D Implementation Limits
maximum size, routine Appendix D Implementation Limits
maximum size, string Appendix D Implementation Limits
MERGE 9.25 MERGE
modes, programmer 3 The FreeM Direct-Mode Environment
modular programming 21 Modular Programming

N
networks, input and output 25 Network I/O
networks, opening and connecting client sockets 25.1 Opening and Connecting a Client Socket
NEW 9.26 NEW

O
object functions, $INSTANCEOF 6.8 $INSTANCEOF
object functions, $TYPE 6.24 $TYPE
object-oriented programming 22 Object-Oriented Programming
OPEN 9.27 OPEN
operators, ! 11.31 ! (Logical OR)
operators, # 11.15 # (Modulo)
operators, #= 11.16 #= (Modulo/Assign)
operators, & 11.30 & (Logical AND)
operators, ’ 11.32 ’ (Logical NOT)
operators, * 11.9 * (Multiply)
operators, ** 11.17 ** (Exponentiate)
operators, **= 11.18 **= (Exponentiate/Assign)
operators, *= 11.10 *= (Multiply/Assign)
operators, + 11.3 + (Add)
operators, ++ 11.5 ++ (Postfix Increment)
operators, += 11.4 += (Add/Assign)
operators, - 11.6 - (Subtract)
operators, – 11.8 – (Postfix Decrement)
operators, -= 11.7 -= (Subtract/Assign)
operators, / 11.11 / (Divide)
operators, /= 11.12 /= (Divide/Assign)
operators, < 11.19 < (Less Than)
operators, <= 11.20 <= (Less Than or Equal To)
operators, = 11.25 = (Equals)
operators, > 11.21 > (Greater Than)
operators, >= 11.22 >= (Greater Than or Equal To)
operators, ? 11.29 ? (Pattern Match)
operators, @ 11.33 @ (Indirect)
operators, unary + 11.1 Unary +
operators, unary - 11.2 Unary -
operators, [ 11.26 [ (Contains)
operators, \ 11.13 \ (Integer Divide)
operators, \= 11.14 \= (Integer Divide/Assign)
operators, ] 11.27 ] (Follows)
operators, ]] 11.28 ]] (Sorts After)
operators, _ 11.23 _ (Concatenate)
operators, _= 11.24 _= (Concatenate/Assign)
options, command-line 1 FreeM Invocation

P
postconditionals 18 Decision Constructs
programming, object-oriented 22 Object-Oriented Programming

Q
QUIT 9.28 QUIT

R
READ 9.29 READ
REPL, direct-mode 3.2 REPL Functionality
routines 12 Routines
routines, as shell scripts 1.3 Using FreeM for Shell Scripting

S
scoping 17 Scoping
SET 9.30 SET
shebang line 1.3 Using FreeM for Shell Scripting
shell scripting 1.3 Using FreeM for Shell Scripting
SSVNs 10 Structured System Variables
structured system variables 10 Structured System Variables
structured system variables 36 User-Defined SSVNs
structured system variables, user-defined 36 User-Defined SSVNs
structured system variables, ^$CHARACTER 10.1 ^$CHARACTER
structured system variables, ^$DEVICE 10.2 ^$DEVICE
structured system variables, ^$DISPLAY 10.3 ^$DISPLAY
structured system variables, ^$EVENT 10.4 ^$EVENT
structured system variables, ^$GLOBAL 10.5 ^$GLOBAL
structured system variables, ^$JOB 10.6 ^$JOB
structured system variables, ^$LOCK 10.7 ^$LOCK
structured system variables, ^$OBJECT 10.8 ^$OBJECT
structured system variables, ^$ROUTINE 10.9 ^$ROUTINE
structured system variables, ^$SYSTEM 10.10 ^$SYSTEM
structured system variables, ^$WINDOW 10.11 ^$WINDOW
structured system variables, ^$ZPROCESS 10.12 ^$ZPROCESS
structured system variables, ^$ZRPI 10.13 ^$ZRPI
subroutines 21 Modular Programming
system library routines 38 System Library Routines
system library routines, ^%SYSINIT 38.2 ^%SYSINIT
system library routines, ^%ZCOLUMNS 38.1 ^%ZCOLUMNS
system library routines, ^%ZHELP 38.3 ^%ZHELP
system library routines, ^%ZROWS 38.4 ^%ZROWS

Jump to:   !   $   %   @   ^  
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Z  

[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated on March 27, 2025 using texi2html 5.0.