[ Odielib Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

odie_procs(n) 9.1 odielib "Module odie procs"

Name

odie_procs - Module odie procs

Table Of Contents

Synopsis

Description

COMMANDS

dictget dictvar args
ensemble_build namespace

Export a namespace as an ensemble command

ensemble_method name args body

Provide an implementation in Tcl for a function if none exists already in C

get varname
iscommand name
ladd varname args
ladd_sorted varname args
ldelete varname args
load_path path ?ordered_files?
logicset::add setvar args
logicset::cartesian_product A B
logicset::contains setval args
logicset::empty setval
logicset::intersection A B
logicset::permutation items
logicset::remove setvar args
logicset::set_difference U A
logicset::sort A
logicset::symmetric_difference A B
logicset::union A B
makeproc name arglist body
noop args
queue::add queuevar value
queue::head_insert queuevar value
queue::next queuevar resultvar
stack::head_insert stackvar value
stack::peek stackvar
stack::pop stackvar resultvar
stack::push stackvar args
string::capitalize word
tcl::mathfunc::e
tcl::mathfunc::pi
tcl::mathfunc::pio2
tcl::mathfunc::sqrt2

REFERENCES

AUTHORS

Sean Woods

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category odie of the Odielib Trackers. Please also report any ideas for enhancements you may have for either package and/or documentation.

Keywords

odie, odielib

Category

Procs