Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement implementing function Q & A steps #7

Open
hchiam opened this issue Dec 14, 2018 · 1 comment
Open

implement implementing function Q & A steps #7

hchiam opened this issue Dec 14, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request important priority

Comments

@hchiam
Copy link
Owner

hchiam commented Dec 14, 2018

No description provided.

@hchiam hchiam added the enhancement New feature or request label Dec 14, 2018
@hchiam hchiam self-assigned this Dec 14, 2018
@hchiam hchiam added the important priority label Dec 14, 2018
hchiam added a commit that referenced this issue Dec 17, 2018
@hchiam
Copy link
Owner Author

hchiam commented Dec 17, 2018

Need to be able to parse from text to code within the "scope" of the function. Right now getting:

// VARIABLES and FUNCTIONS:
let value1 = 1;
let add = {};
function(value1) {
  "say hi"
}

// USAGE:
this.resetSharedVariables();
add(1);

if I give the interface "add 1" and then prompt response "say hi".

@hchiam hchiam pinned this issue Dec 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important priority
Projects
None yet
Development

No branches or pull requests

1 participant