hpi-philippe
Results
2
comments of
hpi-philippe
Hi as a personal friend of Bertrand Meyer and fond of Eiffel Language from the very beginning (more than 30 years ago), I am very excited about your dialog about...
hi Thank you for the answer I tried this example from the readme ``` let account: Object = { "balance": 0 } function withdraw (fromAccount, amount) { pre: { typeof...