Bolot Kerimbaev wrote:
> For SSP, have you tried this:
> http://fce.cc.gatech.edu/~bolot/kom/kom-SSP.23Mar1606.cs
Thanks, great!
It filed in perfectly on an image I had with Comanche installed (I think I
don't have Comanche sources, as I downloadad a squeak.image I found
somewhere, I'm not sure... where do I get the latest .cs for Comanche? I'll
try http://comanche.swiki.net tomorrow)
Now I'm dealing with SSP syntaxis, I tried somethin like:
<ssp on: strm>
<ul>
<% list do: [:each | %>
<li><%= each printString %></li>
<% ] %>
but didn't worked, then I founf that for blocks I can do something like:
he's name is <%= name ifNil: [<ssp> ups! no name] %>
but I don't know how to write the same but for a one-argument block... I
tryed several syntaxes without succes. Tomorrow I'll take a look at the parser,
and if I see that there is no way to do it, I'll code it and send it latter.
I like it!
Webing Bye!
Richie