TestProcessorBC in 'raw' format
Here is output from processor 'bc' This requires the 'bc' command line program to be present on the host system and accessible by the web server. == processor block == Here is the processor block: {{{ {{{#!bc 2.45 * 123 }} } }}} == result output == Here is the result from the processor: {{{#!bc 2.45 * 123 }}} == expected result == The expected output should be: 301.35