Jump to content

Recommended Posts

Posted

Good afternoon all,

 

Please help me read the lisp sentences.

1, (if (not xxx:filename) ......)

Why is "xxx:" put there? What does this mean?

 

2, (command ".undo" "be")

What does this mean?

When should we put ".undo" in lisp?

 

Thanks a lot

 

san

Posted

1) xxx:filename may just be a variable name - the xxx: doesn't mean anything in particular.

 

2) (command ".undo" "be")

 

Starts an undo mark so that, when the undo mark is ended, all the operations performed between the markers can be undone in one undo command.

Posted
1) xxx:filename may just be a variable name - the xxx: doesn't mean anything in particular.

 

2) (command ".undo" "be")

 

Starts an undo mark so that, when the undo mark is ended, all the operations performed between the markers can be undone in one undo command.

 

 

Thank you Lee for your quick answer.

I try to understand

 

What does "be" mean in sentence 2)

Thanks again

 

san

Posted

What does "be" mean in sentence 2)

 

 

The "be" begins the undo command.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...