From 9a81d7460fdb16f4e77712e5381d9db8781f5ae6 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 22 Oct 2016 16:56:07 -0700 Subject: 3561 --- html/028call_reply.cc.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'html/028call_reply.cc.html') diff --git a/html/028call_reply.cc.html b/html/028call_reply.cc.html index 9ef06f2c..4c32013f 100644 --- a/html/028call_reply.cc.html +++ b/html/028call_reply.cc.html @@ -147,10 +147,12 @@ Transform.push_back(+error: f: return ingredient '14:point' can't be saved in '3:num' -//: In mu we'd like to assume that any instruction doesn't modify its +//: In Mu we'd like to assume that any instruction doesn't modify its //: ingredients unless they're also products. The /same-as-ingredient inside -//: the recipe's 'reply' will help catch accidental misuse of such -//: 'ingredient-products' (sometimes called in-out parameters in other languages). +//: the recipe's 'reply' indicates that an ingredient is intended to be +//: modified in place, and will help catch accidental misuse of such +//: 'ingredient-products' (sometimes called in-out parameters in other +//: languages). :(scenario return_same_as_ingredient) % Hide_errors = true; -- cgit 1.4.1-2-gfad0