You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
for op = (:+, :*, :&, :|, :$)
|
|
|
|
|
@eval ($op)(a,b,c) = ($op)(($op)(a,b),c)
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
v = α';
|
|
|
|
|
function g(x,y)
|
|
|
|
|
return x * y
|
|
|
|
|
x + y
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
cd("data") do
|
|
|
|
|
open("outfile", "w") do f
|
|
|
|
|
write(f, data)
|
|
|
|
|
end
|
|
|
|
|
end
|