answersLogoWhite

0


Best Answer

puts "0"

set a 0

set b 1

set c 0

for {set i 1} {$i < 8} {incr i}

{

set a $b

set b $c

set c [expr $b + $a]

puts $c

}

-------->by No Rule

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a procedure in TCL for Fibonacci series?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What happens if you kill Mr house?

well, i don't know how to normally do it. but you can use the no clip cheat code if you are on the computer(tcl), the elevator will be locked and there are robot guards. kill off the guards, then you can use the unlocking code (click on the door and use the code unlock to unlock the door) inside you will see a chamber and a panel to the side. activate the pannel, then pump Mr. House full of lead. Wait, you want to know what would happen? well the story ends. If you played on hardcore, then you get the achevment.


What are the features of rtlinux?

Deterministic Realtime: RTLinux&trade; supports realtime interrupt handlers and realtime periodic tasks with interrupt latencies and scheduling jitter close to hardware limits. RTLinux reliably give worst case interrupt latencies of less than 15 microseconds on a standard x86 PC, with better figures on single board computers and PowerPC and Compaq Alpha platforms.Standard API:uses a POSIX threads API and follows the POSIX 10003.13 PSE31 ``minimal realtime system model" specification. RTLinux&trade; runs Linux as its lowest priority thread and provides access to the full power of Linux through a variety ofcommunication methodsOpen Source: FSMLabs RTLinux&trade; can be freely downloaded from the Internet. The core OS code is available under the GNU Public LicenseRich toolset: All the standard tools-the GDB source level debugger, GNU compilers, Perl, TCL/TK, etc.-are available and easily interfaced with realtime codeSource: FSM lab brochure