File Manager
#! /usr/bin/crm
#
# nestaliustest.crm - test nesting of alias statements
# Copyright 2009 William S. Yerazunis.
# This file is under GPLv3, as described in COPYING.
# test the alius statement
{
{
{
output /checking for a foo.../
match /foo/
output /Found a foo :*:_nl:/
}
alius
{
output /no foo... checking for bar.../
match /bar/
output /Found a bar. :*:_nl:/
}
alius
{
output /found neither... continuing :*:_nl:/
}
}
{
{
output /checking for a baz.../
match /baz/
output /Found a baz :*:_nl:/
}
alius
{
output /no baz... checking for wugga.../
match /wugga/
output /Found a wugga. :*:_nl:/
}
alius
output /found neither :*:_nl:/
}
}
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com