I know in Julia I can do parse(BigFloat, x) where x might be a string or the result of readline(). However, what if I want to specify
parse(BigFloat, x)
x
readline()