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 108387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:54:14+00:00 2026-05-11T01:54:14+00:00

Imagine the following REBOL code: foo: context [bar: 3] I now have a context

  • 0

Imagine the following REBOL code:

foo: context [bar: 3]

I now have a context foo in which 'bar is defined. How can I dynamically inject a new word into this context? Is it possible?

I’ve tried:

set/any in foo 'baz 3

But that doesn’t work because the expression in foo 'baz fails because there is no word 'baz defined in the foo context.

I should add that I realize one way to do this is as follows:

foo-prototype: [bar: 3] foo: context foo-prototype foo: context head append foo-prototype [baz: 3]

But what if you don’t have access to foo‘s prototype block?

  • 1 1 Answer
  • 3 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. 2026-05-11T01:54:14+00:00Added an answer on May 11, 2026 at 1:54 am

    You can achieve the same by using the existing object as a prototype to create a new object.

    >> foo: make object! [bar: 3] >> foo: make foo [baz: 3] >> probe foo make object! [     bar: 3     baz: 3 ] 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Imagine the following folder structure: project src code.c makefile bin How can I compile
Imagine the following scenario. I have a checkbox that the user can check to
Imagine the following interface in C#: interface IFoo { void Bar(); } How can
Imagine the following code: MyService myService = new MyService(); myService.Start(); myService.DoStuff(); The MyService class
Imagine following scenario: We have a lot of parallel development going on in several
Imagine the following problem: You have a database containing about 20,000 texts in a
Imagine the following (simplified) database layout: We have many holiday records that relate to
Imagine the following simple code: public void F<T>(IList<T> values) where T : struct {
I'm trying to do the following: Imagine you have a Java EE application running
Imagine the following code, written in C#: public class Provider<T> { T GetValue(); //

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.