Julia Programming Language
Garbage-collect intermediate module variables
General Usage
kristoffer.carlsson
June 14, 2022, 2:23pm
3
You can use a variation of what you wrote as:
let a1 = 3, a2 = 5 global const var1 = a1 + a2 end
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Overriding exported variables in Main after using, bad idea?
General Usage
4
779
March 26, 2017
How to export programatically-generated variables from a module
General Usage
metaprogramming
,
module
1
724
September 24, 2019
Getting variables defined with "global"
General Usage
1
489
May 7, 2018
How do you make anonymous module w/ variables?
General Usage
question
6
1039
June 4, 2017
How to get the global variables?
General Usage
4
541
May 7, 2018