% myFunction.m
function result = myFunction(x)
    result = x*2
end