Actions
Bug #6379
openUsing if-then-else in syntax causes an error
Start date:
10/29/2015
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
mode C0_R (r: card(5), s: card(3)) = CPR[8 * r + s] syntax = if s == coerce(card(3), 0) then format("$%d", r) else format("$%d, %d", r, s) endif
Actions