Bagolly / WHISKR-A

WHISKR Arithmetics
1 stars 0 forks source link

Making unit conversion simple #7

Open Bagolly opened 1 year ago

Bagolly commented 1 year ago

Proposed additions:

A built-in function, called ConvertTo( value, unit )

Behavior:

Returns the value, converted to the specified unit, eg.

    string length = "ConvertTo(3m, cm)";       // Should evaluate to 300
    string volume = "ConvertTo(1.5dm3, l)";    // Should evaluate to 1