MantisBT - mSLDev
View Issue Details
0000073mSLDevSyntax Highlightingpublic2013-03-17 17:082013-03-21 17:00
spling 
administrator 
normalminoralways
closedfixed 
 
0.3.1.0 
0000073: $& causing errors
Hi there! Not too sure about the exact nature of this, but here is a simple example to reproduce it:
http://rly.cc/img/msldeverror.png [^]
No tags attached.
Issue History
2013-03-17 17:08splingNew Issue
2013-03-17 17:09splingNote Added: 0000022
2013-03-21 17:00administratorStatusnew => closed
2013-03-21 17:00administratorAssigned To => administrator
2013-03-21 17:00administratorResolutionopen => fixed
2013-03-21 17:00administratorFixed in Version => 0.3.1.0

Notes
(0000022)
spling   
2013-03-17 17:09   
alias test {
  if (a == a) $&
    && (b == b) $&
    || (c == c) {
    echo -a hello
  }
  echo -a world!
}