<@U0F3291QE> this is printing 0.9 which is the def...
# tornadofx
c
@edvin this is printing 0.9 which is the default value rather than 0.1 which is the set value app.config.set("myvalue", 0.1) println( app.config.double("myvalue", 0.9) )