RE: RFC 176 (v1) subroutine / generic entity documentation

2000-08-30 Thread Fisher Mark
> #File: Foo.pm > sub foo : doc( In:scalar - int - foo identifier >Out:array - decomposed foo >Effects: Queries Foo DB >Exceptions: DBI, "bad foo id" > EOS > { This is an interesting and powerful idea, but I can't help thinking that it needs to be

RE: RFC 176 (v1) subroutine / generic entity documentation

2000-08-30 Thread Jerrad Pierce
Wohoo! REBOL-isous > sub foo : doc( < Function: Foo > In:scalar - int - foo identifier > Out:array - decomposed foo > Effects: Queries Foo DB > Exceptions: DBI, "bad foo id" > EOS > { And the liste alternatives really seem rather ugly though How about sub foo ($$,DOC) { } Sin