Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.
@  agyat : (19 April 2013 - 02:49 AM) There may be two possible answers for that ....
@  yordan : (18 April 2013 - 09:35 PM) however, why this mixing of capital letters in the middle of your text?

Photo
- - - - -

Does Anyone Code Using Turing


6 replies to this topic

#1 xboxrulz

xboxrulz

    Colonel Panic

  • Members
  • 3,057 posts
  • Gender:Male
  • Location:Toronto, Ontario, Canada
  • myCENTs:59.15

Posted 01 August 2005 - 01:21 AM

Does anyone use Turing here? It's a Delphi/Pascal based programming language developed by University of Toronto and is now owned by Holt Software in Toronto.

Sample:
var name:string
var input:string

put "Please enter your name"
get name:*
cls
put "Please enter your message: " .., input
cls
put "Your name is: ", name
put "Your message : ", input

It should accept your name and show your name and message.

xboxrulz

Edited by microscopic^earthling, 01 August 2005 - 03:30 AM.


#2 Guest_FeedBacker_*

Guest_FeedBacker_*
  • Guests

Posted 08 June 2008 - 03:04 PM

just fixing up
Does Anyone Code Using Turing

Var name:string
Var input:string

Put "Please enter your name"
Get name:*
Cls
Put "Please enter your message: " .. Get input
Cls
Put "Your name is : ", name
Put "Your message : ", input


-reply by David

#3 Guest_FeedBacker_*

Guest_FeedBacker_*
  • Guests

Posted 06 June 2008 - 12:26 AM

Turing
Does Anyone Code Using Turing

Replying to xboxrulz
Yeah. I used Turing in my Grade 10 Computer Enginering class. It is VERY simple to learn, and it's object-based (polygons, etc). Despite its simplicity, you can do some pretty cool stuff. Go to compsci.Ca for Turing help, tutorials, and submissions from other users. I find that there are alot of people there who know alot about it (maybe too much...)

-reply by pkjr92

#4 Guest_iGuest-_*

Guest_iGuest-_*
  • Guests

Posted 13 September 2008 - 08:04 PM

Most grade 10 introductory to computer science class uses Turing to teach students the basics of programming. It is fairly simple and easy to understand.

Var name:string
Var input:string

Put "Please enter your name"
Get name:*
Cls
Put "Please enter your message: " .. Get input
Cls
Put "Your name is : ", name
Put "Your message : ", input

Cls isn't that necessary in the above script, there isn't really a necessity to hide the name nor input.

- Stanley

#5 Guest_(G)Isak_*

Guest_(G)Isak_*
  • Guests

Posted 26 March 2009 - 01:31 PM

Just bumping to remind:Does Anyone Code Using Turing

Turing is case-sensitive, so Put wouldn't register, nor Var or Get.

Also, Cls doesn't work in my version of turing. 

-reply by Isak

 



#6 Guest_(G)_*

Guest_(G)_*
  • Guests

Posted 19 January 2010 - 05:43 PM

I fixed the program

var name:stringVar input:string

put "Please enter your name"Get name:*ClsPut "Please enter your message: " Get input:*ClsPut "Your name is: ", namePut "Your message : ", input 



#7 Guest_(G)_*

Guest_(G)_*
  • Guests

Posted 28 September 2010 - 03:04 AM

No I fixed it

var name:string

Var message:string

Put "Please enter your name"Get name:*ClsPut "Please enter your message: " Get message:*ClsPut "Your name is: ", namePut "Your message : ", message

 

 





Reply to this topic



  


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users