Skip to content
Snippets Groups Projects

Define variables through new @defvar macro

Merged Michiel Cottaar requested to merge new_variables into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -52,7 +52,7 @@ function Base.show(io::IO, block::AbstractBlock)
continue
end
print(io, "$(nameof(fn))=$(numeric_value), ")
catch
catch e
continue
end
end
Loading