We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f5927 commit ac71925Copy full SHA for ac71925
README.md
@@ -88,15 +88,15 @@ The result is:
88
89
### Import script file into current script context
90
91
-common.rs:
+common.reo:
92
93
function check_login(usr, pwd) {
94
return (usr.password == hashed(pwd));
95
}
96
97
-login.rs:
+login.reo:
98
99
- import "common.rs";
+ import "common.reo";
100
101
var usr = getCurrentUser();
102
check_login(usr, getInputtedPwd());
@@ -152,6 +152,6 @@ The following softwares may be included in this product:
152
153
ReoScript and ReoScript Editor released under GNU Lesser General Public License (LGPLv3).
154
155
-Jing, Lu (lujing@unvell.com)
+Author: Jing Lu (lujing@unvell.com)
156
157
copyright (c) unvell.com 2012-2013 all rights reserved.
0 commit comments