Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7491745
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:07:06+00:00 2026-05-29T16:07:06+00:00

Any idea why the following doesn’t work? (R3) o: make object! [ foo: does

  • 0

Any idea why the following doesn’t work? (R3)

o: make object! [
    foo: does [do "bar"]
    bar: does [print "hello from bar"]
]

o/foo
** Script error: bar has no value
** Where: catch either -apply- do foo
** Near: catch/quit either var [[do/next data var]] [data]
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T16:07:11+00:00Added an answer on May 29, 2026 at 4:07 pm

    Try this:

    o: make object! [
        foo: does [do get bind load "bar" self]
        bar: does [print "hello from bar"]
    ]
    o/foo ;this will work
    

    You need that BINDing because your “bar” lives in the object, not in global scope.

    Check this out as well:

    my-func: does [print "ok"]
    o: make object! [
        foo: does [do "my-func"]
        bar: does [print "hello from bar"]
    ]
    o/foo ;this will work too
    

    You need to LOAD it because it is a string, but it has to be a word to be BINDed.
    So these will work too (put them in your object):

    do get bind to-word "bar" self
    

    or

    do get bind 'bar self
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to extract arguments from instances of Inequality. Following doesn't work, any idea
Any idea why the following code doesn't print the amount of characters in the
Has anyone got any idea to why doesn't the following work ? $file =
Does anyone have any idea why the following callback doesn't execute the code within?
Any idea why the following code is not working mysql credentials are correct, have
any idea how if the following is possible in PHP as a single line
Do you have any idea, why the following code: public class A { public
The following key event is not working. Any idea? class Frame(wx.Frame): def __init__(self): wx.Frame.__init__(self,
One of the following pieces of code generates a memory leak, any idea which
Has anyone got any idea how this google code works? i got the following:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.