My code is giving me an error message as below when making myconstraint 
function.

*ERROR: syntax: "projone'" is not a valid function argument name*

I am not sure why an argument for a function has to have a valid name 
unless they could overlap with the embedded arguments.
Does anyone know what I am doing wrong here?

My code : 


*julia> **function myconstraint(projone::Vector, projtwo::Vector)*

       *  projone'*projone = 0*

       *  projtwo'*projtwo = 0*

       *  projone'*projtwo = 1*

       *end*

*ERROR: syntax: "projone'" is not a valid function argument name*


Reply via email to