plasma-framework/plasma/private/qtjolie-branch/tests/math.ol
2013-01-30 13:43:33 +01:00

16 lines
177 B
Plaintext

inputPort MathService {
Location: "local"
Protocol: sodep
RequestResponse:
twice
}
main
{
twice(number)(result) {
result = number * 2
}
}