13 lines
124 B
Julia
13 lines
124 B
Julia
|
|
|
|
|
|
d = Dict(
|
|
"hello"=> 555,
|
|
"world"=> Dict(
|
|
"name"=> "ton"
|
|
)
|
|
)
|
|
|
|
x = 55
|
|
|
|
@info "YiemAgent think() 1 " d x @__LINE__ |