On Tuesday, February 28, 2017 at 11:18:49 PM UTC+1, philosopherhobbs wrote:
>
> if (whatever)
> {
> Do stuff;
> }
> else
> {
> Do other stuff;
> }
>
>
Oh, It's not intended to be used that way. It will make your life much
harder, at it should be :)
Why don't you use:
```
if (whatever)
{
Do stuff;
}
else
{
Do other stuff;
}
```
Which is the right way to show program code.
-m
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/ffd58a9e-4738-4a7e-804c-62f9e1067fa9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.