Closed ghost closed 9 months ago
With pragma default_stdlib '2.8', still need to use import '2.8/cmath.adept' instead of import 'cmath.adept'.
pragma default_stdlib '2.8'
import '2.8/cmath.adept'
import 'cmath.adept'
Update: import cmath worked!
import cmath
With
pragma default_stdlib '2.8'
, still need to useimport '2.8/cmath.adept'
instead ofimport 'cmath.adept'
.Update:
import cmath
worked!