Methods

RealΒΆ

Real(s:Str)

Convert a string to real (floating) number, inefficiently
Source: stdlib.ngs:537

Returns

Real

Example

Real("1.1")  # 1.1