improved println call
This commit is contained in:
parent
35a56962fc
commit
d663267cde
@ -49,8 +49,8 @@ function plotattr(attrtype::Symbol, attribute::AbstractString)
|
|||||||
|
|
||||||
|
|
||||||
# Looks up the different elements and plots them
|
# Looks up the different elements and plots them
|
||||||
println("$attribute ", typedesc == "" ? "" : "{$typedesc}")
|
println("$attribute ", typedesc == "" ? "" : "{$typedesc}", "\n",
|
||||||
als == "" || println("$als")
|
als == "" ? "" : "$als\n",
|
||||||
println("\n",desc)
|
"\n$desc\n",
|
||||||
println("$(attrtype) attribute, ", def == "" ? "" : " default: $def")
|
"$(attrtype) attribute, ", def == "" ? "" : " default: $def")
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user