New "break" statement

Previously, you were required to put a ##### break after each statement. Now you can use both #b; and ##### break.

Sample Code which should work:

##msg msg="Test!\nJust a test"###b;
##msg msg="Another Test!\nJust a test"###b;
##die redir="http://google.com"###b;
Shane SmithShane Smith 1249974043|%e %b %Y, %H:%M %Z|agohover

Just to check, #b; must go at the end of the line, whilst ##### must go on a new line?

Or is this fine?

##msg msg="Test!\nJust a test"##
#b;
##msg msg="Another Test!\nJust a test"##
#b;
##die redir="http://google.com"##
#b;
Last edited on 1249974057|%e %b %Y, %H:%M %Z|agohover By Shane Smith + Show more
Reply  |  Options
Unfold by Shane SmithShane Smith, 1249974043|%e %b %Y, %H:%M %Z|agohover
tsangktsangk 1249974659|%e %b %Y, %H:%M %Z|agohover

Shane,

I haven't documented this but you can also do this:

##msg msg="Test!\nJust a test"##;
##msg msg="Another Test!\nJust a test"##;
##die redir="http://google.com"##;

and you can have the #b; on the next line

Reply  |  Options
Unfold by tsangktsangk, 1249974659|%e %b %Y, %H:%M %Z|agohover
Add a New Comment

Edit | Files | Tags | Source | Print

rating: 0+x

Recent chatter

Development Freeze
Until the 26th of August, there will be a development freeze. I don't have access to FTP.

New meta-data: @return()
A suggestion made by leigerleiger to be able the change the "Visit your own wiki" url. When you set @return(admin:manage);, the "Visit" link will direct to http://installing-wiki.wikidot.com/admin:manage.

Simplified Syntax!
The syntax parser can parse attributes separated by a space ( ), a vertical bar (|) or a new line (\n).

Mirrors!
I have created mirrors of the package installer to ensure that the installer is always online. Ed’s server has great up times but in case of an emergency….

New "root" meta data
You can use root meta data using statement @root(http://link.to.root/).

No more break statement
You can use the break statements or the semicolon (;) at the end of each statement.

New "break" statement
Previously, you were required to put a ##### break after each statement. Now you can use both #b; and ##### break.

New Features
New Features! ## die and ## msg. See changelog.

Ed's Server!
We are using Ed Johnson's hosting service.

It's back up!
Our old server is back up but we will not revert back to our previous server because we think that the new server would be more stable :-)

Original Server Down
The original server I hosted my script on loads a "500 Internal Server Error". I am trying to work out what has happened. Meanwhile, use the backup server which as be re-embedded onto this site :-)

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License